JSFiddle - React, Tailwind, and code Playground

by alexb

HTML

<input placeholder="Placeholder text here">

CSS

input::placeholder {
  color: red;
}

input:-ms-input-placeholder {
  color: red;
}