JSFiddle - React, Tailwind, and code Playground
HTML
<li id="ioAddOtherRelation">
<a href="#" onclick="ioAddSetOtherRelation(this)"class="smallLink">add other relation</a>
</li>
<script>
function ioAddSetOtherRelation(that){
$(that).remove();
}
</script>