JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" placeholder="foobar">
CSS
input::-webkit-input-placeholder {
color: red;
text-align: center;
}
<input type="text" placeholder="foobar">
input::-webkit-input-placeholder {
color: red;
text-align: center;
}