JSFiddle - React, Tailwind, and code Playground
by aflynt
HTML
<input id="date" name="date">
JavaScript
document.getElementById('date').value = Date();
by aflynt
<input id="date" name="date">
document.getElementById('date').value = Date();