JSFiddle - React, Tailwind, and code Playground

HTML

<a id="link" href="www.google.com.br">meu link</a>

JavaScript

$('#link').removeAttr('href').css({
    'cursor': 'not-allowed',
    'color': '#AAAAAA',
    'text-decoration': 'line-through'
});