JSFiddle - React, Tailwind, and code Playground

HTML

<div style="padding:2em;">
    <div style="background-color:olive;width:200px;height:200px; position: absolute;">
        <span style="background-color:orange;padding:5px; margin-top:1em; position: absolute">
            Foo, bar, eggs, spam & ham. Foo, bar eggs, spam & ham.
        </span>
    </div>
</div>