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;
}