JSFiddle - React, Tailwind, and code Playground

JavaScript

var sections = [];
for (var j = 0; j < 15; j++) {
  sections.push("tests-" + j);
}

console.log(sections);

sections.each(function(){
  console.log("test");
});