JSFiddle - React, Tailwind, and code Playground

by DoubleYo

HTML

<select>
    <option>option1</option>
    <option>option2</option>
</select>

CSS

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}