JSFiddle - React, Tailwind, and code Playground
JavaScript
var webaddress = ['<img src="http://pokeapi.co/media/img/">'];
var text = "";
for (i = 1; i <= 152; i++) {
text += "<img src='http://pokeapi.co/media/img/" + i + ".png'>";
}
document.write(text)