JSFiddle - React, Tailwind, and code Playground
by stefchrif
HTML
<select id="sel1">
<option value="">Please select an option</option>
<option value="1">Val1</option>
<option value="2">Val2</option>
<option value="3">Val3</option>
</select>
<button id="btn">
fire
</button>