JSFiddle - React, Tailwind, and code Playground

by lshettyl

HTML

<input type="hidden" id="current_time" value="27 Mar 14 11:29:57 GMT-04:00">

JavaScript

$(function(){
    var g_current_time = $('#current_time').val();
    console.log("  Shutdown request on channel 1 @ " + g_current_time + " accepted.");
});