JSFiddle - React, Tailwind, and code Playground

by Ayri Rin

HTML

<select>
   <optgroup value="0" label="Parent Tag">
      <option value="1">Child Tag</option>
      <option value="2">Child Tag</option>
   </optgroup>
</select>