JSFiddle - React, Tailwind, and code Playground
HTML
<style type="text/css">
.word
{
float: left;
height: 64px;
}
#box
{
width:390px;
height:390px;
border:1px solid #F00;
position:absolute;
top:0px;
left:0px;
}
</style>
<div id='box'>
<div class='word'>
<span style="font-size:64px;">L</span>
<span style="font-size:16px;">ONGESTWOR</span>
<span style="font-size:42px;">D</span>
</div>
<div class='word'>
<span style="font-size:36px;"> </span>
</div>
<div class='word'>
<span style="font-size:24px;">regular </span>
</div>
<div class='word'>
<span style="font-size:48px;">w</span>
<span style="font-size:96px;">id</span>
<span style="font-size:72px;">est</span>
</div>
</div>