Skip to content

Instantly share code, notes, and snippets.

@AyaanZaveri
Last active October 23, 2021 02:40
Show Gist options
  • Save AyaanZaveri/645acf4d69a198ad5f7898797fed548d to your computer and use it in GitHub Desktop.
Save AyaanZaveri/645acf4d69a198ad5f7898797fed548d to your computer and use it in GitHub Desktop.
Tailwind CSS Input
<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