JSFiddle - React, Tailwind, and code Playground

by cchana

HTML

<select>
<optgroup label="Requests">
  <option>My Requests</option>
  <option>My Staff's Requests</option>
</optgroup>
<optgroup label="My Connections">
  <option>Impacted</option>
  <option>Interested</option>
</optgroup>
</select>