JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    The quick brown fox does something yada yada I forget actually.
</div>

CSS

div
{
    width: 100px;
    height: 92px;
    overflow: hidden;
    background: black;
    color: white;
}