JSFiddle - React, Tailwind, and code Playground
by austegard
HTML
<input id="foo" type="text" placeholder="some placeholder text">
<input id="bar" type="text" placeholder="some other placeholder">
CSS
#foo::-webkit-input-placeholder {
color: green;
}
::-webkit-input-placeholder {color: red;}
:-moz-placeholder { color: red;}
:-ms-input-placeholder{color: red;}