JSFiddle - React, Tailwind, and code Playground

HTML

<span class="right-corner">Right corner</span>

CSS

.right-corner {
    float:right;
}