JSFiddle - React, Tailwind, and code Playground
HTML
<p></p>
CSS
p {
white-space: pre;
}
JavaScript
document.querySelector('p').textContent = 'Первая строка\nВторая строка';
<p></p>
p {
white-space: pre;
}
document.querySelector('p').textContent = 'Первая строка\nВторая строка';