JSFiddle - React, Tailwind, and code Playground

HTML

<a class="grey">Lorem.</a>
    <p class='blue'>Other text</p>

CSS

.grey{
    float:right; 
}
.blue{
    float:left;
    background-color: blue; 
 
};