JSFiddle - React, Tailwind, and code Playground

by vals

HTML

<div>one one</div>
<div>five     five</div>
<div>ten          ten</div>

CSS

div {
    white-space: pre;
}