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