Created
July 17, 2021 16:55
-
-
Save myrtleTree33/1f7608ccfb1aee7421c23512a0cd96f6 to your computer and use it in GitHub Desktop.
Tailwind useful snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="flex h-screen"> | |
<div class="m-auto"> | |
<h3>title</h3> | |
<button>button</button> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment