JSFiddle - React, Tailwind, and code Playground
by Zaheer Ahmed
HTML
<a id="[email protected]" class="big-link" href="">4</a>
JavaScript
a = 1;
b = 18;
c = "shazin\\@mycompany\\.com";
var tempId = "#"+a+"_"+b+"_"+c;
$(tempId).text("some text");