JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option>Blahblah</option>
</select>

CSS

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