JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test">
    asdfjklpaw<br>
    ohgouiaet<br>
    apivbepoia<br>
    eapvoehpove<br>
    paoivh<br>
    eoihbve<br>
</div>

CSS

.test
{
    background: black;
    color: white;
    position: fixed;
    top: 10%;
    left: 5%;
    height: 25%;
    width: 20%;
}