JSFiddle - React, Tailwind, and code Playground

by Jithin Raj P R

HTML

<select name="" id="">
  <optgroup label="hi">
    <option value="1">Its me</option>
    <option value="2">Its me</option>
  </optgroup>
</select>

CSS

optgroup[label]{
  color: red;
}