JSFiddle - React, Tailwind, and code Playground

by Ilmv

HTML

<select>
    <optgroup label="My Events">
        <option>World Series by Renault - 2011</option>
        <option>FIA GT1, Silverstone 2011</option>
    </optgroup>
    <optgroup label="Other Events">
        <option>F1, Silverstone 2011</option>
    </optgroup>
</select>