JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test" style="overflow:auto">
    <div style="float:left">Hello</div>
    <div style="float:left">World</div>
</div>

CSS

.test {
font-size:8pt;
line-height:1.1;
font-family:Arial
}