JSFiddle - React, Tailwind, and code Playground

HTML

<div id="justify">sdf sdf sdf agd sadg asdg </div>

CSS

#justify {
    width: 100%;
    height: 20px;
    background: #f1f1f1;
    text-align: justify;
}