Create responsive grid layout
Create default config file
Install Tailwind CSS
Horizontally and vertically center
Uses flexbox utilities to center content both horizontally and vertically
Center using flexbox
<div class="flex justify-center items-center h-screen"> <div>Centered Content</div> </div>
Compile Tailwind CSS
Watch files and rebuild
Customize theme values