JSFiddle - React, Tailwind, and code Playground

by lostinplace

HTML

<span> hello</span>

JavaScript

function Engine(){
        var b=123;
        debugger;
}

Engine();