JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<p>
Toto es super <span>content</span> !
</p>

CSS

p{
  font-size:24px
}

span{
  font-size:0.5em;
}