JSFiddle - React, Tailwind, and code Playground

HTML

<p>Hello</p>

CSS

p {display:inline-block;}

p:first-letter
{
color:red;
}