JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script>
<a-scene>
<a-box position="1 1 -2" material="src:https://i.ytimg.com/vi/GJWuVwZO98s/maxresdefault.jpg"></a-box>
<a-box position="-1 1 -2" material="src:http://i.imgur.com/iPRhYIK.png" ></a-box>

</a-scene>