JSFiddle - React, Tailwind, and code Playground

by Mark Polyakov

JavaScript

var myCode='alert("Hi")';
new Function(myCode)();