JSFiddle - React, Tailwind, and code Playground
HTML
<h1 id="t1">TEST</h1>
<div class="pod"><h1 id="t2">TEST2 </h1></div>
<h1 id="t3">TEST 3</h1>
CSS
body { width: 500px; padding: 5px 0; color: #000; outline: 1px solid #000; }
#t1 { margin-top: 21px; float: left; }
#t2 { font-size: 12px; font-weight: bold; overflow: hidden; display: block; text-align: center; }
#t3 { float: right; }
.pod div { width: 500px; height: 10px; }