JSFiddle - React, Tailwind, and code Playground

by wvega

HTML

<ul>
  <li>First</li>
  <li>Second</li>
</ul>

CSS

ul {
  list-style-type: disc;
}
li {
  list-style-type: none;
}