JSFiddle - React, Tailwind, and code Playground

by taylorbuley

HTML

<html>
    <head>
      <title>123</title>                    
    </head>
    <body>
        <canvas id="canvas-element-id" height="600" width="800">This browser does not support canvas</canvas>                
    </body>
</html>

JavaScript

$( document ).ready( function( e ) {
    console.log( "XXX" );
} );