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;
}
by mblase75
<p data-before="▶">The quick brown fox jumps over the lazy dog.</p>
p:before {
content: attr(data-before);
color: red;
cursor: pointer;
}