JSFiddle - React, Tailwind, and code Playground
HTML
<select><option value="foo" selected>foo</option></select>
JavaScript
alert( $('select').val() );
<select><option value="foo" selected>foo</option></select>
alert( $('select').val() );