JSFiddle - React, Tailwind, and code Playground

by Simon Herteby

Vue

new Vue({
	data(){
  	return {
    	state:{}
    }
  },
  created(){
  	window.onStorage = console.log
  	addEventListener('storage',console.log)
  }
})