JSFiddle - React, Tailwind, and code Playground

JavaScript

$(document).ready(function(){
    var date = new Date();
    alert(date.getHours());
});