JSFiddle - React, Tailwind, and code Playground

HTML

<div>gianni</div>

CSS

div:before
    {
        content:"cippa";
        
    }
     div:after
    {
        content:"cippa";
        
    }