JSFiddle - React, Tailwind, and code Playground

by David Santiago

JavaScript

const now = new Date();
const time = (new Date()).getTime() + 1000 * 60;

console.log(time);