JSFiddle - React, Tailwind, and code Playground

by Thoriq Firdaus

JavaScript

// fiddle.jshell.net soalnya dia pake iframe :D
if (document.location.hostname == "fiddle.jshell.net") {
    document.write("oke jalan");
    // blah blah blah
    }
else {
    document.write("not allowed");
    }