JSFiddle - React, Tailwind, and code Playground

HTML

<span id="abc">jÁ - ABC</span>

CSS

#abc {
        margin: none;
        border: dotted 1px red;
        padding: 0;
        display:inline-block;
        /*****120px*****/
        height: 120px;
        font-size:120px;
        line-height:120px;
    }