JSFiddle - React, Tailwind, and code Playground

by Kai Wang

JavaScript

let a ;
if(a==null){
alert("A")
}else{
alert("B")
}