Deactivating all <a> links

Hi,

I need to deactivate all links so that they cannot be clicked.

This code is not working. The links are still clickable. Can I request a fix?

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/replaywebpage@2.3.14/ui.js"></script>
<replay-web-page source="apple.wacz" url="https://www.apple.com/" embed="replayonly"></replay-web-page>
<style>a{pointer-events: none!important; cursor: default!important;}</style>