JSFiddle - React, Tailwind, and code Playground

by Yashwanth M

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/_Sam/r0dvu458/embedded/result/"></iframe><br>
Find the code of the iframe here: <a href="http://jsfiddle.net/_Sam/r0dvu458/">Web Storage StorageEvent</a>