JSFiddle - React, Tailwind, and code Playground

by linoskoczek

HTML

<script>document.write("TEST<br>");
var x = document.location.href.substring(document.location.href.indexOf("test=")+8)
document.write("val:" + x);
</script>