JSFiddle - React, Tailwind, and code Playground
HTML
<p><strong>Lorem</strong> ipsum dolor <strong>sit</strong> amet...</p>
<p>Lorem ipsum dolor <strong>sit</strong> amet...</p>
CSS
p { font-family:arial; }
body > p:first-child > strong:first-child { color:#f30; }