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;
}
by oilvier
<button type="button">
<a href="https://www.google.fr">
Google
</a>
Pas Google
</button>
button {
pointer-events: none;
}