JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" class="pseudo" />

CSS

.pseudo::before {
  content: "xxx";
  color: #ccc;
}