JSFiddle - React, Tailwind, and code Playground

by adil_invideo

HTML

<div>
    Line 1
    Line 2
</div>

CSS

div{
    white-space: pre;
}