JSFiddle - React, Tailwind, and code Playground
by amirshim
CoffeeScript
$ ->
#stylesheet = document.createElement("style")
#stylesheet.setAttribute("type", "text/css")
#document.getElementsByTagName('head')[0].appendChild(stylesheet)
#window.createPopup
#var s = document.styleSheets[document.styleSheets.length - 1];
b = $('body')
b.append(document.styleSheets.length).append('<br/>')
setTimeout((-> b.append(document.styleSheets.length).append('<br/>')), 1000)