JSFiddle - React, Tailwind, and code Playground
by pimvdb
JavaScript
navigator.geolocation.getCurrentPosition(function(position) {
alert('allow');
}, function() {
alert('deny');
});
by pimvdb
navigator.geolocation.getCurrentPosition(function(position) {
alert('allow');
}, function() {
alert('deny');
});