In the basic HTML <input type="datetime-local"> you can add the value attribute and set it to "today"
<input type="datetime-local">
<input type="datetime-local" value="today">
That will make the input render today's date when the page is loaded.