JSFiddle - React, Tailwind, and code Playground
HTML
<p>foo <span>bar</span></p>
CSS
p { }
p span { float: left; text-indent: -999em; }
p span:after { content: "baz", color: blue; text-indent: 0 !important; }
<p>foo <span>bar</span></p>
p { }
p span { float: left; text-indent: -999em; }
p span:after { content: "baz", color: blue; text-indent: 0 !important; }