JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option value="">Hello</option>
    <option value="">Hello</option>
    <option value="">Hello</option>
    <option value="">Hello</option>
</select>

CSS

select{
    height: 30px;
    width: 150px;
    margin-top: 5px;
    border: solid 1px #e0e0e0;
    background: url('http://veja0.abrilm.com.br/images/arrow-finances-down.png') no-repeat right center;
    -o-appearance: none;
    -ms-appearance: none;
    -moz-appearance: checkbox-container;
    -khtml-appearance: none;
    -webkit-appearance: none;
}