JSFiddle - React, Tailwind, and code Playground
JavaScript
window.alert = function(msg){
// faz algo
console.log(msg);
}
document.body.innerHTML = "StackOverflowPT";
confirm('Janela nativa');
window.alert = function(msg){
// faz algo
console.log(msg);
}
document.body.innerHTML = "StackOverflowPT";
confirm('Janela nativa');