JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://www.dropbox.com/s/2w0o6h6vdsessqf/v.png?dl=0"></script>
<div class="styled-select">
              <select class="form-control" id="folder" data-ng-options="policy_item.Title for policy_item in folders" data-ng-model="note.Parent"></select>
            </div>

CSS

.styled-select{
	width: 440px;
	-webkit-appearance: none;
}

.styled-select select{
  width: 480px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://dl.dropboxusercontent.com/u/59666091/v.png) no-repeat 99% 50% #eeeeee;
}