JSFiddle - React, Tailwind, and code Playground

by extempl

HTML

<div class="wrapper">
  This can be anything.
  This can be anything.This can be anything.

</div>

CSS

.wrapper{
  text-align: justify;
  /* white-space:nowrap; */
  /* display:inline-block; */
}

.wrapper:after{
  content: "";
  width: 100%;
  display: inline-block;
}