JSFiddle - React, Tailwind, and code Playground
HTML
<select>
<option disabled>disabled</option>
<option selected>enabled selected</option>
<option>other enabled</option>
<option>another enabled</option>
</select>
CSS
option:disabled,
option[disabled],
option[disabled="disabled"] { color: #ccc; }