JSFiddle - React, Tailwind, and code Playground

JavaScript

if(typeof foo === 'undefined'){  //
	console.log('its undefined')
} else {
	console.error('DOH!')
}