JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bully">
    <div class="geek">Something wise</div>
    <div class="geek">Something wiser</div>
</div>

CSS

div.bully {
    font-size:0em;
}

div.geek {
    display:inline-block;
    font-size:160px;
}