JSFiddle - React, Tailwind, and code Playground

by OwenMelbz

JavaScript

$(document).ready(function(){
        var img = ['25601024.jpg','27188.jpg','9-space-exit.png','Adham.png','Building Services in Cheltenham - CherryTree Builders.png','CTRL Gaming.png','Color (40).jpg','ComfyWear.png','DEPTHCORE.png','bef73d98e0c75bee3971c0ffa311cb04.psd','cab.png','candyvore.jpg','christmas071.jpg','criti.png','cybernetic.png'], x=0, max = bg.length;
        console.log(max);

        for each (img as img){
            $('#strip').append('<li><img src="gallery/'+img+'"></li>')
        }
    });