JSFiddle - React, Tailwind, and code Playground

by Alexey Ryazhskikh

JavaScript

// set
//window.sessionStorage.setItem('Plants', "123");
// get
console.log(window.sessionStorage.getItem('Plants'))