JSFiddle - React, Tailwind, and code Playground

by Alexey Mishin

HTML

<div>
  <ul>
    <li>1</li>
  </ul>
</div>

CSS

div {
  width: 100px;
  height: 100px;
  background-color: grey;
}