JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
</head>
<body>
<h2>Greetings</h2>
<div class="container">
exist
</div>
</body>
</html>
JavaScript
$('.container').append('Test');
<html>
<head>
</head>
<body>
<h2>Greetings</h2>
<div class="container">
exist
</div>
</body>
</html>
$('.container').append('Test');