JSFiddle - React, Tailwind, and code Playground

by Sergey Linnick

HTML

Default select
<select name="" id="">
  <option value="">lorem1</option>
  <option value="">lorem2</option>
  <option disabled value="">lorem3</option>
</select>