JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
    <a-scene>
      <a-box position="0 1 -2" material="src:https://upload.wikimedia.org/wikipedia/commons/4/43/The_Earth_seen_from_Apollo_17_with_transparent_background.png;
                                  opacity:1; transparent:true">
        
      </a-box>
      <a-sky color="blue"></a-sky>
    </a-scene>