JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h1>Titre</h1>

<h2>Sous-titre</h2>

<p>Paragraphe</p>

<p class="maCLasse">Un autre paragraphe</p>

<p class="maCLasse">Encore un autre paragraphe</p>

CSS

/* Style de la classe maCLasse */
.maCLasse { color:red; }