JSFiddle - React, Tailwind, and code Playground

by mblase75

HTML

<p data-before="▶">The quick brown fox jumps over the lazy dog.</p>

CSS

p:before {
    content: attr(data-before);
    color: red;
    cursor: pointer;
}