JSFiddle - React, Tailwind, and code Playground

HTML

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