JSFiddle - React, Tailwind, and code Playground

by Carl Angelo Nievarez

HTML

<div id="test">

</div>

JavaScript

var date = new Date();
var timestamp = date.getTime();

$('#test').append(timestamp);