JSFiddle - React, Tailwind, and code Playground

by tonytlwu

HTML

<select>
  <optgroup label="This app">
    <option>Data source 1</option>
    <option>Data source 2</option>
  </optgroup>
  <optgroup label="Other apps">
    <option>Data source 3</option>
    <option>Data source 4</option>
  </optgroup>
</select>