JSFiddle - React, Tailwind, and code Playground
HTML
<div><select id="printdoc" ><option value="0" selected=""></option><option value="1">opt1</option>
<option value="2">opt2</option>
</select></div>
<div ><button onclick="console.log(document.getElementById('printdoc').value);return false;" type="button">Print</button></div>