JSFiddle - React, Tailwind, and code Playground

HTML

<p>jjgjjgjjg</p>
<p class="test">BLABLABLAIUYFOYUCFSLFCSLUFCFSCSUFS</p>

CSS

p{
    font-size: 60px;
    font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
    line-height: 1em;
}
.test{
    font-size: 14px;
}