JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<label class="Sortlabel">Sort by</label>
<select>
<option>2</option>
<option>22</option>
<option>222</option>
</select>
</div>
CSS
select
{
-webkit-appearance: none;
}
.container
{
float: right;
width:190px;
border: 1px solid;
}