JSFiddle - React, Tailwind, and code Playground

by Gonzalo Guevara

HTML

<div id="loco"></div>

JavaScript

if(document.getElementById('nada')){
	alert("existe");
}else {
	alert("NO !!!existe");
}