JSFiddle - React, Tailwind, and code Playground
by mehulkar
HTML
<div>
Something
</div>
CSS
div:after {
content: 'after';
cursor: pointer;
}
by mehulkar
<div>
Something
</div>
div:after {
content: 'after';
cursor: pointer;
}