JSFiddle - React, Tailwind, and code Playground

HTML

<select>
    <option>select</option>
    <option selected>select1</option>
    <option>select2</option>
</select>

JavaScript

$('select').prop('selectedIndex',0);