JSFiddle - React, Tailwind, and code Playground

by Marventus

HTML

<input type="button" value="Check!" />

JavaScript

jQuery(function($) {
    $("input").on("click", function() {
        console.log($.browser);
    });
});