JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://gist.githubusercontent.com/anonymous/b5706de0f3146a9484c9b283e7e7a82b/raw/bc97202d3fee42de9d156d30965ca703a669ffea/Time.js"></script>
JavaScript
$(function() {
var t = Time(987654321);
$(body).innerHTML = t.format();
});