JSFiddle - React, Tailwind, and code Playground JavaScript var date = new Date(2014,9,16); date.setDate(date.getDate() + 3); alert(date);