JSFiddle - React, Tailwind, and code Playground

HTML

<div class="box">
    <p>abc</p>
    <span>cda</span>
</div>

CSS

p {
    font-size: 1em;
}

span {
    font-size: 1.5em;
}

.box {
    font-size: 15px;
}