JSFiddle - React, Tailwind, and code Playground
by simonbrown
JavaScript
$(function() {
$.get("fiddle.jshell.net/", function(data) { document.write("Fetching fiddle.jshell.net worked"); });
$.get("http://fiddle.jshell.net/", function(data) { document.write("Fetching http://fiddle.jshell.net worked"); });
});