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! ";
}
by Mitch Canter
<p class="target">This is a P Tag!</p>
p.target:before{
content: "Hey! ";
}
p.target:after{
content: " Seriously! ";
}