JSFiddle - React, Tailwind, and code Playground
by agib
HTML
<select>
<option value="" disabled selected hidden>Please Choose</option>
<option value="0">Open when powered (most valves do this)</option>
<option value="1">Closed when powered, auto-opens when power is cut</option>
</select>
<!-- Source: http://stackoverflow.com/questions/5805059/how-do-i-make-a-placeholder-for-a-select-box -->