JSFiddle - React, Tailwind, and code Playground

by praveen_jegan

JavaScript

var date = new Date();
date.setMonth(-10);
alert(date);