JSFiddle - React, Tailwind, and code Playground

by ktsn

HTML

<div class="root">
  <ul>
    <li></li>
    <li></li>
    <li></li>
    <li></li>
    <li></li>
  </ul>
</div>

CSS

.root {
  background-color: cyan;
}

ul {
  list-type: none;
}