JSFiddle - React, Tailwind, and code Playground

by Alexey Ukolov

HTML

<p></p>

CSS

p {
  white-space: pre;
}

JavaScript

document.querySelector('p').textContent = 'Первая строка\nВторая строка';