JSFiddle - React, Tailwind, and code Playground

HTML

<h1>My H1 text here</h1>

CSS

h1:before {
    content:"• ";
}