JSFiddle - React, Tailwind, and code Playground
by thomas_david88
HTML
<select>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</select>
CSS
select{
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 5px;
height: 34px;
background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right linear-gradient(90deg, #3b3686, #52ab6e )!important;
-webkit-appearance: none;
background-position-x: 244px;
}