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;
}
<span data-text="*"></span>
span[data-text="*"]:before {
content: attr(data-text);
color: red;
width: 15px;
height: 15px;
}