JSFiddle - React, Tailwind, and code Playground

HTML

<p class="test"><span>Uitgevoerde werkzaamheden</span></p>

CSS

p.test{
    width:100%; 
    word-wrap:break-word;
    text-align: justify;
    line-height:200%;
    font-weight: bold;
}

p.test > span {
    border-bottom: 1px solid blue;
}