JSFiddle - React, Tailwind, and code Playground
HTML
<select>
<option>Blahblah</option>
</select>
CSS
select {
-webkit-appearance: none;
-moz-appearance: none;
border: none;
}
<select>
<option>Blahblah</option>
</select>
select {
-webkit-appearance: none;
-moz-appearance: none;
border: none;
}