JSFiddle - React, Tailwind, and code Playground

HTML

<a id="A_1_18_shazin_mycompany-com" class="big-link" href="">4</a>

JavaScript

a = 1;
b = 18;
c = "shazin_mycompany-com";
var tempId = "#A_"+a+"_"+b+"_"+c;
alert(tempId);
alert($(tempId).html());
$(tempId).text("some text");