JSFiddle - React, Tailwind, and code Playground
by ThiefMaster
JavaScript
$('<script/>', {
type: 'text/javascript',
src: 'https://raw.github.com/einars/js-beautify/master/beautify.js'
}).on('load', function() {
alert('jsb loaded' + typeof js_beautify);
}).appendTo('body');
window.setTimeout(function() {
alert(typeof js_beautify);
}, 1000);