JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

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

</div>

CSS

div {
    border:1px solid #f00;
    width:50px;
}

a {
    word-break:break-all;
}