JSFiddle - React, Tailwind, and code Playground
JavaScript
// set
//window.sessionStorage.setItem('Plants', "123");
// get
console.log(window.sessionStorage.getItem('Plants'))
// set
//window.sessionStorage.setItem('Plants', "123");
// get
console.log(window.sessionStorage.getItem('Plants'))