Centering a div with tailwind - grid vs flex box
If you’ve been using tailwind for a while, centering a div is easy.
There are two easy ways to center a div: grid place-items-center and flex items-center justify-center.
But do you actually know when to use one over the other?
Takeaway: "centering O...
rizanb.hashnode.dev2 min read