JSFiddle - React, Tailwind, and code Playground

by Gwyn Milcote

HTML

image test.

JavaScript

var age = ["a","t"];
var two = ["r","w","o","j"];
var three = ["c","f","g","h","b"];

var four = ["s","l","d","g","h","t","p","r"];

var five = ["k","p","r","a","o","e"];

var belly = ["y","n"];

var slast = ["t","o","n","s"];

var last = ["a","b","c","o","r","p","g","k","h"];

foreach($age){
  foreach($two){
    foreach($three){
      foreach($four){
        foreach($five){
          foreach($belly){
            foreach($slast){
              foreach($last){
                  echo "<div class='stack'><img src='http://torrencia.net/kaitrin/griffins/source/m{$age}{$two}{$three}{$four}{$five}{$belly}{$slast}{$last}.png'><br>{$age}{$two}{$three}{$four}{$five}{$belly}{$slast}{$last}</div>";
              }
            }
          }
        }
      }
    }
  }
}