JSFiddle - React, Tailwind, and code Playground

by ibike365

HTML

var arr = [];

$.each(arr, function(k,v) { 

    console.log(v.name);

    $.each(v.collection, function(k,v) {
        console.log(v.stuff);
    }

});