JSFiddle - React, Tailwind, and code Playground

by Tushar Jadhav

JavaScript

window.onload = function () {
    var ctx = 5;
    alert(ctx)
};