JSFiddle - React, Tailwind, and code Playground

by Raynos

HTML

<input type="text" value="foo" />

CSS

input:first-letter {
    font-style: bold;  
    color: red;
}