JSFiddle - React, Tailwind, and code Playground
JavaScript
isIE = /*@cc_on!@*/false || !!document.documentMode;
if (isIE) {
document.write('Mom, I did KA-KA')
} else {
document.write('Mom, look, I am unicorn!')
}
isIE = /*@cc_on!@*/false || !!document.documentMode;
if (isIE) {
document.write('Mom, I did KA-KA')
} else {
document.write('Mom, look, I am unicorn!')
}