JSFiddle - React, Tailwind, and code Playground
by Juan Lanus
HTML
<div data-icon="▶ ⊞">Title</div>
CSS
div:before {
content: attr(data-icon);
}
by Juan Lanus
<div data-icon="▶ ⊞">Title</div>
div:before {
content: attr(data-icon);
}