JSFiddle - React, Tailwind, and code Playground

by webxl

JavaScript

if (rawfile) {
    req = new XMLHttpRequest();
    req.open("POST", "http://jsfiddle.net/api/post/mootools/1.2/", false);
    req.send("js="+escape(rawfile));
    
    if (req.status == 200) {
      console.log("JSFiddle handoff Completed");
    }
}