JSFiddle - React, Tailwind, and code Playground

by Paulpro

HTML

<div id="right">button div</div>
<span>This is a header with potentially long text that will wrap most likely but can't go under the button to the right </span>

CSS

#right{
    float: right;
}