JSFiddle - React, Tailwind, and code Playground

by vineshhpatel

JavaScript

// storing variable in localstorage
localStorage.setItem("myVariable","true");


//getting 
alert(localStorage.getItem("myVariable"));