JSFiddle - React, Tailwind, and code Playground

by sperske

HTML

<p>A P element</p>

CSS

p:after
{
content:"<div>A DIV element</div>";
}