JSFiddle - React, Tailwind, and code Playground

JavaScript

if (navigator.userAgent.search("Firefox") >= 1) {
    alert("Nope, is not FireFox");
} else { 
    alert("Nope, not FireFox");   
}