JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Titre</h1>
<h2>Sous-titre</h2>
<p>Paragraphe</p>
<p>Un autre paragraphe</p>
CSS
/* Style des balises <h1> et <h2>*/
h1, h2 { text-align: center; }
/* Style des balises <p> */
p { color:red; }