JSFiddle - React, Tailwind, and code Playground

by sandro_paganotti

HTML

<div data-icon="O">Hello: </div>

CSS

div:before{
    content: attr(data-icon);
}