JSFiddle - React, Tailwind, and code Playground

JavaScript

var myDate = new Date(); 
    myDate.setHours(0,0,0);


    alert(myDate);