Answers for "how to control placeholder color in tailwind css"

2

tailwind placeholder text color

<input class="placeholder-gray-500 ..." placeholder="[email protected]">
<input class="placeholder-red-300 ..." placeholder="[email protected]">
Posted by: Guest on December-17-2020

Code answers related to "how to control placeholder color in tailwind css"

Browse Popular Code Answers by Language