JSFiddle - React, Tailwind, and code Playground
by bohdantheone
HTML
<html>
<head>
<title>Тег DIV</title>
</head>
<body>
<table border=0>
<tr>
<td>
<div class="block1"><ul class="entries">
<li class="entry">Пункт 1</li>
<li class="entry">Пункт 2</li>
<li class="entry">Пункт 3</li>
<li class="entry">Пункт 4</li>
<li class="entry">Пункт 5</li>
<li class="entry">Пункт 6</li>
</ul>
</div>
</td>
</tr>
</table>
</body>
</html>
JavaScript
var text='<tr id="id_3"><td>d4332dasd</td><td>asdasd</td></tr>';
$(text).insertAfter('.entry');