JSFiddle - React, Tailwind, and code Playground

by mlms13

JavaScript

if (webkitNotifications) {
    document.write("Yay notifications!");
} else {
    document.write("Boo, no notifications.");
}