JSFiddle - React, Tailwind, and code Playground

by leopoldthecuber

HTML

<div>
  <select>
    <option	value="x">option 1</option>
  </select>
</div>

CSS

select:read-only {
  background-color: red;
}