JSFiddle - React, Tailwind, and code Playground
by Sree K
HTML
<div>
A bunch of words
you see.
</div>
CSS
div {
width: 100px;
border: 1px dotted red;
white-space: pre;
white-space:pre-line;
}
by Sree K
<div>
A bunch of words
you see.
</div>
div {
width: 100px;
border: 1px dotted red;
white-space: pre;
white-space:pre-line;
}