JSFiddle - React, Tailwind, and code Playground

JavaScript

function something() {
	console.log('did');
}

var str = 'something()'

eval(str) // did