JSFiddle - React, Tailwind, and code Playground
by kthornbloom
HTML
<div class="thing">
HOLYMOLYTHISISSUPERLONGWHYISITSOLONGICANTBELIEVEITWOWOKIMGONNASTOPNOW
I'm a singer. I wish I could say I'm a musician/guitar player but truth is I started playing guitar as a means to have something behind my vocals. That was 40 years ago :) . I've become a decent guitarist but still, I'm a singer. I have performed on stage and recorded with well known artists and the SM58 is THE vocal mic, period. I will always look for the SM58 first...every other mic for me, when it comes to vocals is nothing but second fiddle.
</div>
CSS
.thing {
overflow-wrap: break-word;
word-break: break-word;
hyphens: auto;
}