JSFiddle - React, Tailwind, and code Playground

HTML

<ul>
<li>parent</li>
  <li>
    <ul>
      <li>Child 1</li>
    </ul>
  </li>
</ul>