JSFiddle - React, Tailwind, and code Playground

HTML

<p>
         highlight me! this won't work because there's whitespace in the &lt;p&gt;
</p>

 <p>highlight me! This should work because there isn't</p>

CSS

p:first-letter {
    text-transform: uppercase;
}