JSFiddle - React, Tailwind, and code Playground
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>
<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>