JSFiddle - React, Tailwind, and code Playground

HTML

Bookmark these: <a href="javascript:(function(){if(window.merryChristmas){window.merryChristmas.run();}else{var s=document.createElement('script');s.src='http://dl.dropbox.com/u/1722364/Christmas/christmas.js';document.getElementsByTagName('head')[0].appendChild(s);}})();">Christmasify</a>
|
<a href="javascript:(function(){var s=document.createElement('script');s.src='http://dl.dropbox.com/u/1722364/Christmas/snow-packed.js';document.getElementsByTagName('head')[0].appendChild(s);})();">Snowify</a>
|
<a href="javascript:(function(){var s=document.createElement('script');s.src='http://dl.dropbox.com/u/1722364/Christmas/oyify.js';document.getElementsByTagName('head')[0].appendChild(s);})();">Oyify</a>

CSS

body {
    font-family: Arial, sans-serif;
}

a {
    color: #999;
    padding: 4px;
    font-weight: bold;
}

a:hover {
    color: #fff;
    background: #999;
    text-decoration: none;
}