JSFiddle - React, Tailwind, and code Playground

by mlatti

HTML

<script src="https://cdn.jsdelivr.net/gh/kripken/ammo.js@main/builds/ammo.js"></script>


<div >
  <div id="webgl-container" style="position: absolute;">
  </div>
  <div id="fr-canvas" style="width:400px; background:yellow" class="fr-power-h fr-behind">
    <div >
      <h1>Breaking is triggered by the whole element. <br>
      </h1>
      <p>These paragraph are needed</p>
      <p>so the div would</p>
      <p>be large enough</p>
      <p>to break!</p>
      <p>Click the yellow area to break it!</p>
    </div>
  </div>
</div>

<script type="module" src="https://cdn.jsdelivr.net/gh/mlatti/fragment.js/src/fragment.js"></script>