JSFiddle - React, Tailwind, and code Playground

HTML

<span>foo bar</span>

CSS

span:after {
    content:" *";
    color:red;
    font-weight:bold; 
}