JSFiddle - React, Tailwind, and code Playground

HTML

<p class="test"><u><b>Uitgevoerde werkzaamheden</b></u></p>

CSS

p.test{
    width:150px; 
    word-wrap:break-word;
    text-align: justify;
    line-height:200%;
}