JSFiddle - React, Tailwind, and code Playground

by Daniel Tan

HTML

<div data-icon="â–¶">Title</div>

CSS

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