JSFiddle - React, Tailwind, and code Playground
by alexb
HTML
<input placeholder="Placeholder text here">
CSS
input::placeholder {
color: red;
}
input:-ms-input-placeholder {
color: red;
}
by alexb
<input placeholder="Placeholder text here">
input::placeholder {
color: red;
}
input:-ms-input-placeholder {
color: red;
}