JSFiddle - React, Tailwind, and code Playground

by Vikash Kumar Gupta

HTML

<details>
	<summary> Click here for details</summary>
  <ul>
  	<li>List 1</li>
    <li>List 2</li>
  	<li>List 3</li>
  	<li>List 4</li>
  	<li>List 5</li>

  </ul>
</details>