JSFiddle - React, Tailwind, and code Playground

HTML

<select name="catsndogs">
	<optgroup label="Cats">
  	<option>tous</option>
		<option>Tiger</option>
		<option>Leopard</option>
		<option>Lynx</option>
	</optgroup>
	<optgroup label="Dogs">
		<option>Grey Wolf</option>
		<option>Red Fox</option>
		<option>Fennec</option>
	</optgroup>
</select>