JSFiddle - React, Tailwind, and code Playground
HTML
<span>foo bar</span>
CSS
span:after {
content:" *";
color:red;
font-weight:bold;
}
<span>foo bar</span>
span:after {
content:" *";
color:red;
font-weight:bold;
}