JSFiddle - React, Tailwind, and code Playground

by Tan

HTML

<div class="fiddle">Script Protect 3</div>
<span id="output"></span>

CSS

.fiddle {background-color:#000;color:#fff;padding:2px 6px;margin:0 0 10px 0;}

JavaScript

var host = window.location.hostname;

if (host == "fiddle.jshell.net") {

document.getElementById("output").innerHTML = "Hooray!";

}

else {

alert("Copyright 2018, KIS Finance. All Rights Reserved. This file remains the property of KIS Finance. It may not be copied or used by any third party for any purpose not authorised specifically by KIS Finance. www.kisbridgingloans.co.uk");

}