JSFiddle - React, Tailwind, and code Playground

HTML

<div id="blah">
   We have winner of 1<sup>st</sup> Tournament
</div>

CSS

#blah{
    border-bottom:solid 1px black;
    display:inline-block;
    line-height:15px
}