JSFiddle - React, Tailwind, and code Playground

HTML

<span data-text="*"></span>

CSS

span[data-text="*"]:before {
    content: attr(data-text);
    color: red;
    width: 15px;
    height: 15px;
}