JSFiddle - React, Tailwind, and code Playground

by Arvind Pal

HTML

<h1>My H1 text here</h1>

CSS

h1 {
  display: list-item;
  /* This has to be "list-item"                                               */
  list-style-type: square;
  /* 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 */
}