JSFiddle - React, Tailwind, and code Playground

by neonms92

HTML

<button>Refresh</button>

JavaScript

$('button').on('click', function() {
    location.reload(true);
});
if('1') {
    alert('true');
}
if('') {
    alert('false');
}