JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <body>
        <div id="container">
            <!--many divs before this but I am showing the relevant one-->
          <div id="imgs">  
              <form action="a.html">
              <input type="image">
              </form>
              <form action="a.html">
              <input type="image">
              </form>
              <form action="a.html">
              <input type="image">
              </form>
              <form action="a.html">
              <input type="image">
              </form>
              <form action="a.html">
              <input type="image">
              </form>

          </div>  
            
        </div>
    </body>
</html>