JSFiddle - React, Tailwind, and code Playground

HTML

<p>Your text goes here</p>
<hr>

CSS

p {
    background: #fff;
    display:inline-block;
    padding-right: 1em;
    line-height: 1.2em;
}

p+hr {
    margin-top: -0.6em;
}