JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="foobar">

CSS

input::-webkit-input-placeholder {
    color: red;
    text-align: center;
}