JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h6>Ce <span class="twice">mot</span> est deux fois plus grand que le texte.</h6>
<h5>Ce <span class="twice">mot</span> est deux fois plus grand que le texte.</h5>
<h4>Ce <span class="twice">mot</span> est deux fois plus grand que le texte.</h4>
<h3>Ce <span class="twice">mot</span> est deux fois plus grand que le texte.</h3>
<h2>Ce <span class="twice">mot</span> est deux fois plus grand que le texte.</h2>

CSS

.twice        { font-size: 2em; }