JSFiddle - React, Tailwind, and code Playground

by okke

HTML

<p>World</p>

CSS

p { font-size: 20px; }
p:before { content: "Hello "; color: red; }
p:after { content: "...!"; color: lime; }