JSFiddle - React, Tailwind, and code Playground

by iamvdo

HTML

<p>Ce texte est Ă  0.9em de 16px. Et j'ajoute du texte pour voir l'effet au bout d'un moment...</p>

CSS

html{
    font:1em 'TeX Gyre Adventor',sans-serif;
}
p{
    font-size: 0.9em;
    font-weight:bold;
    background:url('http://dev.iamvdo.me/px.png');
}