JSFiddle - React, Tailwind, and code Playground

by Ian Sadovy

HTML

<select>
<option>Select 1</option>
<option>Select 2</option>
</select>

CSS

select {
  border: 1px solid red;
  -webkit-appearance: none;
  border-radius: 0;
  height: 30px;
}