JSFiddle - React, Tailwind, and code Playground

by Andrea Biagi

HTML

<select>
    <option value="abcdefg">abcdefg</option>
    <option value="1234567">1234567</option>
    <option value="abcdefg">abcdefg</option>
</select>

CSS

select {
    width:172px;
    height:22px;
    padding:2px 7px;
    border:none;
    background:url(http://imgur.com/MJyZM.png) 10px 10px no-repeat;
}