JSFiddle - React, Tailwind, and code Playground

by Shishir Max

HTML

<ol>
  <span>Select All<input id='select0' type="checkbox">
				<ul>
            <span class='select0'>1.<input type="checkbox" class='select0'></span>
            <span class='select0'>2.<input type="checkbox" class='select0'></span>
        </ul>
  </span>
</ol>
<ol>
  <span>Select All<input id='select_1' type="checkbox">
				<ul>
            <span class='select1'>1.<input type="checkbox" class='select1'></span>
            <span class='select1'>2.<input type="checkbox" class='select1'></span>
				</ul>
	</span>
  </ol>