JSFiddle - React, Tailwind, and code Playground

by Chuan Shao

JavaScript

var x = new Boolean(false);

if(x){
  console.log("x is true");
}