JSFiddle - React, Tailwind, and code Playground

HTML

<p></p>

CSS

p {
    content:"y";
}

p:before {
    content:"x";
}
p:after {
    content:inherit;
}