JSFiddle - React, Tailwind, and code Playground

by Lardpower

HTML

<a target="_blank" onclick="document.location.href='chrome://settings/content/notifications?search=notifications'">Show notification settings</a>

JavaScript

function launch(){
  console.log('test');
  document.location.href='chrome://settings/content/notifications?search=notifications'
}

launch();