JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<input tyep="text" placeholder="new" />
</div>
CSS
::-webkit-input-placeholder { color: red; }
:-moz-placeholder { color: red; }
::-moz-placeholder { color:red; }
:-ms-input-placeholder { color: red; }