JSFiddle - React, Tailwind, and code Playground

HTML

<p>2em, <span>1em children</span></p>

CSS

p{font-size:2em;}
p span{
    font-size:1em;
    text-decoration:underline;
}