JSFiddle - React, Tailwind, and code Playground

by frogggeee McFrogggeee

HTML

<!DOCTYPE html>
<html>
<head>
<body>
<h1>mining game</h1>
<p>by frogggeee</p>
<p id = "loading" ></p>
<canvas id = "canvas" width = "480" height = "11600"></canvas>
<script>

</script>
</body>
</head>
</html>