JSFiddle - React, Tailwind, and code Playground
HTML
Increase the value of the localStorage item 'counter' by clicking. This shall fire a 'storage' event on window. <br>
<iframe src="http://jsfiddle.net/ge3R5/2/embedded/result/"></iframe><br>
Find the code of the iframe here: <a href="http://jsfiddle.net/ge3R5/2/">http://jsfiddle.net/ge3R5/2/</a>
<hr>
The 'storage' event on window has to be listend on within another page, that is why we integrated two iframes here:<br>
<iframe src="http://jsfiddle.net/eds5b/1/embedded/result/"></iframe><br>
Find the code of the iframe here: <a href="http://jsfiddle.net/eds5b/1/">http://jsfiddle.net/eds5b/1/</a>