JSFiddle - React, Tailwind, and code Playground

by David Storey

HTML

<p>
foo
</p>

CSS

p:after {
  content: " bar";
  color: lime;
}

p::after {
  content: " bar";
  color: green;
}