JSFiddle - React, Tailwind, and code Playground

JavaScript

var falze = new Boolean(); // is truthy
falze = Boolean(true);

if(falze /*shouldn't happen*/) alert('but does. Srsly?');