JSFiddle - React, Tailwind, and code Playground

HTML

<ul class="features-list">
<li id="f1"><a href="http://www.somepage.com">Link that stops being a link</a></li>
</ul>

JavaScript

$(".features-list a").removeAttr("href");