JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Titre</h1>
<h2>Sous-titre</h2>
<a href="https://lucidar.me/fr/web-dev-class/lesson-2-05-css-selectors/">Le blog à Lulu</a>
<a href="https://www.w3schools.com/css/css_attribute_selectors.asp">W3School</a>
CSS
/* Combinaison de sélecteurs */
a[href^="https://lucidar.me"] { color:red; }