JSFiddle - React, Tailwind, and code Playground

HTML

<div style="border: 1px solid red;">
    <span style="font-size: 38px; float:left; line-height: 38px">TEST 1</span>
    <span style="font-size: 13px; float:right; line-height: 38px">TEST 2</span>
    <div style="clear: both;"></div>
</div>