JSFiddle - React, Tailwind, and code Playground
HTML
<select id=a>
<option>1
<option>2
</select>
JavaScript
$('#a').prop('selectedIndex', -1)
<select id=a>
<option>1
<option>2
</select>
$('#a').prop('selectedIndex', -1)