JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test"> </div>
JavaScript
var a = Array(12).join("lol"-2)+' batmannn';
$('#test').html(a);
<div id="test"> </div>
var a = Array(12).join("lol"-2)+' batmannn';
$('#test').html(a);