JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
<div href="#" class="btn">Жми</div>
</div>
CSS
.btn {
background:#25649f;
color:#fff;
cursor: pointer;
text-align: center;
height: 80px;
line-
}
JavaScript
$( "div.btn" ).click(function() {
$("div.btn").clone().appendTo(".container");
console.log;
});