JSFiddle - React, Tailwind, and code Playground

HTML

<div class="something">
<a href="#">Databases</a>
</div>

CSS

.something
{
    width:25px;
    background:red;
}
a{
    white-space: pre-wrap;
    word-wrap: break-word; 
}