JSFiddle - React, Tailwind, and code Playground
by Barry Meijer
JavaScript
if (navigator.userAgent.search("Firefox") >= 0) {
alert("Jups, is FireFox");
} else {
alert("Nope, not FireFox");
}
by Barry Meijer
if (navigator.userAgent.search("Firefox") >= 0) {
alert("Jups, is FireFox");
} else {
alert("Nope, not FireFox");
}