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;
}
<div class='parent'><span class='child'> and child</span>Parent</div>
.parent {
background-color: green;
}
.child {
float: right;
}