JSFiddle - React, Tailwind, and code Playground
by Soul_Master
HTML
<select id="_ctl0__ctl0_ContentPlaceHolder_EVzCORPxOWNERzINSIDER_FilterContainer1_InsiderViewFilterControl __ctl0__ctl1_widget_valueNode" style="width: 120px;" onchange="dijit.byId('_ctl0__ctl0_ContentPlaceHolder_EVzCORPxOWNERzINSIDER_FilterContainer1_InsiderViewFilterControl __ctl0__ctl1_widget')._onChange()">
<option value="All">
All
</option>
<option value="Buys">
Buys
</option>
<option value="Sells">
Sells
</option>
</select>
CSS
select::-ms-expand {
display: none; /* hide default arrow in IE10 */
}