JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<article>
<h1>Titre</h1>
</article>
<h1>Titre</h1>
CSS
h1 {color:red;}
:not(article)
by oilvier
<article>
<h1>Titre</h1>
</article>
<h1>Titre</h1>
h1 {color:red;}
:not(article)