JSFiddle - React, Tailwind, and code Playground
by Viktor
JavaScript
alert(window.DOMParser)
var isIE11 = !!navigator.userAgent.match(/Trident.*rv:11\./);
alert(isIE11);
if (navigator.appName != "Microsoft Internet Explorer" && !isIE11 ){
alert("test");
}else{
alert("test2");
}