JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<select class="form-control">
  <option>1</option>
  <option>2</option>
  <option>3</option>
</select>

CSS

.form-control {
    margin: 15px;
    width: 100px;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;   
   -webkit-border-radius: 0;  
   -moz-border-radius: 0;  
   border-radius: 0; 
    background:url(http://www.vogbit.ru/support/479_online/10.jpg) no-repeat 90% 50%;
}