JSFiddle - React, Tailwind, and code Playground

by dirkk0

HTML

<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
    <a-scene>
      <a-image src="https://i.imgur.com/wjobVTN.jpg" 
         position="0 2 -3"
         rotation="0 0 0"
         height="5" 
         width="5"
         material = "shader:standard;color:blue;
         emissive:red;emissiveIntensity:0.1">
</a-image>
<a-box position="-2 2 -1"></a-box>
      
    </a-scene>