JSFiddle - React, Tailwind, and code Playground

HTML

<span>Lorem ipsum dolor sit amet.</span>

CSS

span:before{
    content: "\"";
}