Sure! I can illustrate this using the Inspector Window. If you are unsure of what it is: visit here.
For localStorage, you can access and view it on the Inspector Window. It will be there, 1 localStorage shared across all your tabs. Data persists even after the browser closes and opens again.
For sessionStorage, you can view it on the Inspector too however, you will notice each page will have its own sessionStorage and its data would disappear if the page/browser is closed.