JSFiddle - React, Tailwind, and code Playground

by Shree Khanal

HTML

<h1 id="yourheader" class="test">

</h1>

CSS

.test{
   white-space:pre-wrap;
}

JavaScript

var value = "good morning!" + "\n" + "How are you today?";
$('#yourheader').html(value);