JSFiddle - React, Tailwind, and code Playground

by nikolya223

HTML

<div id="test"><a href="ss">gggg</a></div>

JavaScript

window.onload = function(){
var div = document.getElementById("test");
div.innerHTML = 'text text <a href="http://site.ru">ссылка</a> text text';
};