JSFiddle - React, Tailwind, and code Playground

by Juan Lanus

HTML

<div data-icon="▶ ⊞">Title</div>

CSS

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