JSFiddle - React, Tailwind, and code Playground

by int32_t

HTML

<div style="border: 5px solid; width:100px; font-size: 16px; font-family:sans-serif;">
    <span style="background-color: rgba(63, 128, 33, 0.95); color: yellow;">Hello</span>
</div>
<div style="border: 5px solid; width:100px; font-size: 16px; font-family:sans-serif;">
    <div style="display:inline-block;background-color: rgba(63, 128, 33, 0.95); color: yellow;">Hello</div>
</div>