JSFiddle - React, Tailwind, and code Playground
HTML
<p>Some text.</p>
<p class="classy">Some other text.</p>
<p class="classy bussy">Some even different text</p>
<span>One more text<span>
CSS
p:not(.classy) { color: red; }
body :not(p) { color: green; }