Last active
October 23, 2021 02:40
-
-
Save AyaanZaveri/645acf4d69a198ad5f7898797fed548d to your computer and use it in GitHub Desktop.
Tailwind CSS Input
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 justify-center p-2"> | |
<input | |
class="text-sm leading-3 focus:outline-none text-gray-500 w-64 focus:border-2 focus:border-indigo-500 h-10 rounded m-3 p-2 bg-white shadow border-[1px] border-gray-300" | |
placeholder="[email protected]"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment