JSFiddle - React, Tailwind, and code Playground
HTML
<span class="number">12345678123456</span>
CSS
.number {
width: 16em;
display: block;
word-wrap: break-word;
columns: 5;
-webkit-columns: 5;
-moz-columns: 5;
column-gap: 0.2em;
-webkit-column-gap: 0.2em;
-moz-column-gap: 0.2em;
}