JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Titre</h1>
<h2>Sous-titre</h2>
<a href="#" title="Un lien">Un lien avec un titre</a>
<a href="#">Un lien sans titre</a>
CSS
/* Toutes les balises avec l'attribut title */
[title] { color:red; }