JSFiddle - React, Tailwind, and code Playground

by Marcos vini

JavaScript

var a = 8;

    if (a % 2 == 0) {
        console.log('cu');
    }