JSFiddle - React, Tailwind, and code Playground

by dima_k

HTML

<div class="container">
  <div>First div</div>
  <div class="append-me">Some text</div>
  <p>Lorem ipsum</p>
</div>

JavaScript

$('<b> more text</b>').appendTo($('.append-me'));