JSFiddle - React, Tailwind, and code Playground

by kevinPHPkevin

JavaScript

if(localStorage.getItem("firstTime")==null){
   alert("First Time Alert");
   localStorage.setItem("firstTime","done");
}