JSFiddle - React, Tailwind, and code Playground

by Luke Arrington

HTML

<div>
  
</div>

JavaScript

var f = ["google","bing","yahoo"];
for (var i = 0; i <= f.length; i++) {
console.log("https://" + f[i] + ".com");
}