JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<form>
<div>
<label for="party">Veuillez choisir la meilleure date pour la soirée :</label>
<input type="date" id="party" name="party" min="2017-04-01" max="2017-04-30">
</div>
</form>