JSFiddle - React, Tailwind, and code Playground

HTML

<select class="styled">
    <option>hi</option>
</select>

CSS

.styled{
    position: relative;
    background: transparent;
    background-color: #FCFCFC;
    -webkit-appearance: none;    
    height: 25px;
    min-width: 50px;   

}