JSFiddle - React, Tailwind, and code Playground

HTML

<form>
    
    <select id="my_select">
        <option value="a">a</option>
        <option value="b" selected="selected">b</option>
        <option value="c">c</option>
    </select>
    
    <input type="reset" value="reset" />
    
</form>