JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<select id="qwe" name="qwe">
    <option>11</option>
    <option>22</option>
</select>

CSS

div{width:100px; height:100px; border:1px solid orange; background:lightblue;}

JavaScript

$('#qwe').prop('selectedIndex', -1);