JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" class="pseudo" />
CSS
.pseudo::before {
content: "xxx";
color: #ccc;
}
<input type="text" class="pseudo" />
.pseudo::before {
content: "xxx";
color: #ccc;
}