JSFiddle - React, Tailwind, and code Playground
by podgorniy
HTML
<script src="https://raw.github.com/timrwood/moment/2.0.0/min/moment.min.js"></script>
JavaScript
var log;
log = function() {
var _ref;
return console.log.apply(console, (_ref = ["%c " + (moment().format('h.m.SSSS')), 'background:url(https://dl.dropboxusercontent.com/u/951144/1367279419_face-sad.png) 0 50% no-repeat; color:#999; padding-left: 24px;']).concat.apply(_ref, arguments));
};
log('Hey you, there')
log('I\'m just sad log')