JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<div class="form-group">
<label for="DevelopmentTool">Development Tool</label>
<form ng-submit="search_primary_develop()">
<select class="form-control">
<option></option>
</select>
</form>
</div>
<!-- url of image to add in the select: http://www.glitters20.com/quotes/wp-content/uploads/2012/12/Arrow-12.png -->
CSS
select.form-control {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}