JSFiddle - React, Tailwind, and code Playground

by Mitch Canter

HTML

<p class="target">This is a P Tag!</p>

CSS

p.target:before{
    content: "Hey! ";
}

p.target:after{
    content: " Seriously! ";
}