JSFiddle - React, Tailwind, and code Playground

by Eduardo Flores

HTML

<html>
<head>
<script src="https://aframe.io/releases/0.7.1/aframe.min.js"></script>
</head>
<body>
  <a-scene>
    <a-box position=" 0 0 -2"></a-box>
  </a-scene>
</body>
</html>