JSFiddle - React, Tailwind, and code Playground

by InferOn

HTML

<div id="wrapper">
    <div style="position: absolute;z-index: 2; left: 10px; top: 10px; width:200px; height:100px; background-color: yellow;">
        <FORM><INPUT TYPE="button" onClick="history.go(0)" VALUE="Restart!"></FORM>
    </div>

    <div style="position: absolute; z-index: 1; left: 50px; top: 20px; width:100px; height:20px;">
        <canvas width="400" height="500" class="codehs-editor-canvas"></canvas>
    </div>
</div>