JSFiddle - React, Tailwind, and code Playground
HTML
<div id="foo">This is a test.</div>
CSS
#foo:after
{
content: 'hello!';
font-weight: bold;
}
<div id="foo">This is a test.</div>
#foo:after
{
content: 'hello!';
font-weight: bold;
}