JSFiddle - React, Tailwind, and code Playground

HTML

<span>content</span>

CSS

span {
    background:black;
    color:white;
    margin:15px;
}
span:after {
    content:"newcontent";
    color:red;
}