JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Titre</h1>
<h2>Sous-titre</h2>
<a href="#" title="dog">Un chien</a>
<a href="#" title="cat">Un chat</a>
CSS
/* Toutes les titres de valeur cat */
[title=cat] { color:red; }
by Imabot
<h1>Titre</h1>
<h2>Sous-titre</h2>
<a href="#" title="dog">Un chien</a>
<a href="#" title="cat">Un chat</a>
/* Toutes les titres de valeur cat */
[title=cat] { color:red; }