JSFiddle - React, Tailwind, and code Playground

by neonDog

HTML

<h1>My H1 text here</h1>

CSS

h1 {
  display: list-item;
  /* This has to be "list-item"                                               */
  list-style-type: '- ';
  /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
  list-style-position: inside;
  /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
}