JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<button type="button">
  <a href="https://www.google.fr">
    Google
  </a>
  Pas Google
</button>

CSS

button {
  pointer-events: none;
}