JSFiddle - React, Tailwind, and code Playground

by Lynda333

HTML

<div class="container">
<h3>DIAGNOSEVERFAHREN</h3>
</div>

CSS

.container{
    width: 16.6667%;
    background:#ccc;
}
h3{
    font-size: 0.95rem;
    font-weight: 600;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}