JSFiddle - React, Tailwind, and code Playground

by Mukund Tiwari

JavaScript

var details = undefined;

if (details) {
	console.log('hi');
}