JSFiddle - React, Tailwind, and code Playground

HTML

<select><option value=""></option>
<option value="231" selected="selected">United States</option></select>

CSS

select {
    padding: 20px;
    height: 20px;
    -webkit-appearance: none;
}