JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="iframe"><body></body></iframe>

JavaScript

var scriptTag = "<script>alert(1)<";
scriptTag +=  "/script>";
console.log(scriptTag);
$("#iframe").contents().find("body").append(scriptTag);