JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = [1, 3, 5];

// TODO

a.each(function(i) {
    document.write(i);
});