JSFiddle - React, Tailwind, and code Playground

JavaScript

setInterval(function() {
    navigator.geolocation.getCurrentPosition(function( pos ) {
        console.log( "CURRENT", pos );
    });
}, 13);