JSFiddle - React, Tailwind, and code Playground

by callmepc

HTML

<script src="http://dl.dropbox.com/u/40036711/notify.js"></script>

CSS

body
{
    font-family:Georgia;
    font-size:15px;
}

JavaScript

$.notify("This is the most awesome notification plugin... eva!! You my man", { 
    autoHide: true,     
    background:'#ffff88',
    messageType: "error",
    clickAnywhereToClose: false,
    position:'bottom-left'
});
$.notify("This is the most awesome notification plugin... eva!! You my man", {
    autoHide: true,     
    background:'#ffff88',
    messageType: "error",
    clickAnywhereToClose: false,
    position:'bottom-left'
});
$.notify("This is the most awesome notification plugin... eva!! You my man", {
    autoHide: true,     
    background:'#ffff88',
    messageType: "error",
    clickAnywhereToClose: false,
    position:'bottom-left'
});