JSFiddle - React, Tailwind, and code Playground
by Liu David
HTML
<input placeholder='hello'/> <br>
<textarea placeholder='hello'></textarea>
CSS
/* do not group these rules */
*::-webkit-input-placeholder {
color: red;
}
*:-moz-placeholder {
color: red;
}
*:-ms-input-placeholder { /* IE10+ */
color: red;
}