JSFiddle - React, Tailwind, and code Playground

by jonnyc

HTML

<html>
    <head>
        <script src="http://jsplumb.googlecode.com/files/jquery.jsPlumb-1.3.16-all-min.js"/>
    </head>
    <body>
        <h1>hi</h1>
    </body>
</html>

CSS

html, body{
    background:gray;
}