JSFiddle - React, Tailwind, and code Playground

JavaScript

// Creating the date "Oct 7 2012"
var date = new Date(2012, 9, 7);
alert(date);