JSFiddle - React, Tailwind, and code Playground

by swoogie

JavaScript

if (!((/MSIE (\d+\.\d+);/.test(navigator.userAgent)) && (RegExp.$1 == 6))) {
    alert("bingo");
} else {
    alert("nice try");
}