JSFiddle - React, Tailwind, and code Playground

by Hao Wu

HTML

<p id="mine" ></p>

JavaScript

var d = new Date();

$('mine').html(d);