JSFiddle - React, Tailwind, and code Playground

by Dwza

HTML

<div>
some content
</div>

CSS

div::before {
  content: "\2022";
  color: red;
  font-size: 30px;
}