JSFiddle - React, Tailwind, and code Playground
by wr200m
HTML
<div id=time-with-TZ></div>
<div id=time-without-TZ></div>
JavaScript
document.getElementById('time-with-TZ').innerHTML = new Date('2018-01-01T10:00:00-05:00');
document.getElementById('time-without-TZ').innerHTML = new Date('2018-01-01T10:00:00');