JSFiddle - React, Tailwind, and code Playground
HTML
<input
class="form-control"
id="input-field"
placeholder='Change This Color'
/>
CSS
.form-control::-webkit-input-placeholder {
color: red;
width: 250px;
font-family:Helvetica Neue;
}