JSFiddle - React, Tailwind, and code Playground

JavaScript

comment = document.createComment( "" );

document.documentElement.firstChild.appendChild( comment );
for( var i in comment ) {
    Object.defineProperty(comment , i,  { value:0, enumerable:false });
    
}
for( var i in comment ) {
   console.log(i)
}