JSFiddle - React, Tailwind, and code Playground

by silverwind

HTML

<div>
  <span>Lost</span> <span>Whitespace</span> 
</div>

CSS

div {
  white-space: pre;
  display: flex;
}