JSFiddle - React, Tailwind, and code Playground

by Bacher

HTML

<select >
<option>123</option>
</select>

CSS

select {
  appearance: none;
}