JSFiddle - React, Tailwind, and code Playground

by mendelthecoder

JavaScript

for(var i = 0; i < 450; i += 9) {
        console.log(i);
    }