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>