JSFiddle - React, Tailwind, and code Playground

by shoe788

JavaScript

require(["dojo/request/iframe"], function(iframe){
    for(var i = 0; i < 10; i++){
      iframe("http://posttestserver.com/post.php", {
        data: { test:123 },
          timeout: 100
      });
    }
});