JSFiddle - React, Tailwind, and code Playground

by mehulkar

HTML

<div>
  Something
</div>

CSS

div:after {
  content: 'after';
  cursor: pointer;
}