JSFiddle - React, Tailwind, and code Playground
by jonnyc
JavaScript
try{
debugger;
if(typeof(WebGLRenderingContext) !== 'undefined'){
debugger;
alert("yay");
}
} catch (ex){
alert("Threw getting WebGLRenderingContext");
}