JSFiddle - React, Tailwind, and code Playground by falldeaf February 24, 2021 JavaScript for(let i = 0; i<100; i++) { if(i%3) console.log(i); }