JSFiddle - React, Tailwind, and code Playground
HTML
<p>foo</p>
CSS
p { text-decoration: none; float: left; }
p:after { text-decoration: underline; content: 'bar'; text-indent: 3em; }
<p>foo</p>
p { text-decoration: none; float: left; }
p:after { text-decoration: underline; content: 'bar'; text-indent: 3em; }