JSFiddle - React, Tailwind, and code Playground
HTML
<input id="dateInput" type="date">
<button onclick="dateInput.showPicker()">Show the date picker</button>
<input id="dateInput" type="date">
<button onclick="dateInput.showPicker()">Show the date picker</button>