JSFiddle - React, Tailwind, and code Playground

HTML

<div class='parent'><span class='child'> and child</span>Parent</div>

CSS

.parent {
    background-color: green;
}

.child {
   float: right;
}