JSFiddle - React, Tailwind, and code Playground

by LordGuard

HTML

<div style="position: absolute; contain: strict; width: 100vw; height: 100vh; z-index: 2000; top: 0; left: 0; background: white; backface-visibility: hidden;">
    <svg viewBox="0 0 100 100" height="40px">
          <rect width="40" height="40" x="16.6667">
            	<animate attributeName="x" dur="1000ms" repeatCount="indefinite" from="0" to="100"></animate>
          </rect>
    </svg>
</div>