JSFiddle - React, Tailwind, and code Playground
by Raynos
HTML
<input type="text" value="foo" />
CSS
input:first-letter {
font-style: bold;
color: red;
}
by Raynos
<input type="text" value="foo" />
input:first-letter {
font-style: bold;
color: red;
}