JSFiddle - React, Tailwind, and code Playground

by cahnory

HTML

<div data-istiti="I am / of \ and you ?"></div>

CSS

div:after {
    content: attr(data-istiti);
}