JSFiddle - React, Tailwind, and code Playground
JavaScript
var testMe = Function("param1", 'param1 = "Before I read this yesterday, " + param1;' + "alert(param1)");
testMe("I had no idea this worked");
var testMe = Function("param1", 'param1 = "Before I read this yesterday, " + param1;' + "alert(param1)");
testMe("I had no idea this worked");