JSFiddle - React, Tailwind, and code Playground
by eulomelo
HTML
<!DOCTYPE html>
<html>
<body>
<canvas id="scene"></canvas>
<script type="module">
//Our code goes here
</script>
</body>
</html>
by eulomelo
<!DOCTYPE html>
<html>
<body>
<canvas id="scene"></canvas>
<script type="module">
//Our code goes here
</script>
</body>
</html>