JSFiddle - React, Tailwind, and code Playground

by Oski Krawczyk

JavaScript

window.addEventListener("devicemotion", function(event) {
    document.body.set('html', event);
}, true);


window.addEvents({
    'devicemotion': function(event){
        
    }
});