JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test"></div>

JavaScript

var o=document.getElementById("test");
o.innerHTML = "test<br />test";
alert(o.innerHTML);