JSFiddle - React, Tailwind, and code Playground
HTML
<div id="ABCLinks"> : <span dir="ltr"><a href="www.google.com" title="GOOGLE">Google</a></span>
JavaScript
$(document).ready(function() {
$("#ABCLinks").html("Websites" + $("#ABCLinks").html());
});