JSFiddle - React, Tailwind, and code Playground

HTML

<div class="ignore"><span>xxxxxx</span></div>
<div><span>yyyyyy</span></div>

CSS

span { color: red }
div:not(.ignore) span { color: green }