JSFiddle - React, Tailwind, and code Playground
by harsh dand
HTML
<script src="http://code.createjs.com/easeljs-0.8.0.min.js"></script>
<canvas id="demoCanvas" width="500" height="300"></canvas>
JavaScript
function init() {
// code here.
}