JSFiddle - React, Tailwind, and code Playground
by tonyleeper
HTML
<select name="" id="">
<option value="">1</option>
<option value="">2</option>
<option value="">3</option>
</select>
<input type="date" />
<input type="time" />
<button onclick="var input = document.getElementsByTagName('input')[0]; console.log(input.value);">what time is it mr. wolf?</button>