JSFiddle - React, Tailwind, and code Playground

by Mladen Petrovic

JavaScript

function(arr) {
	arr.forEach(function(a) { console.log(a)})
}