JSFiddle - React, Tailwind, and code Playground
by Weston Ruter
HTML
<p>
hello
</p>
CSS
p:not(#_#_) { color: green; }
p:not(#_) { color: red; }
by Weston Ruter
<p>
hello
</p>
p:not(#_#_) { color: green; }
p:not(#_) { color: red; }