JSFiddle - React, Tailwind, and code Playground

by swordys

HTML

<h1>
  one
</h1>

CSS

h1::before{
  content: '"';
  font-size: 50px;
}