JSFiddle - React, Tailwind, and code Playground
by orjan
HTML
<div class="test">
livsåskådningsperspektiv
</div>
CSS
.test {
width: 100px;
background-color: red;
hyphens: auto;
}
by orjan
<div class="test">
livsåskådningsperspektiv
</div>
.test {
width: 100px;
background-color: red;
hyphens: auto;
}