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;
};
<a class="grey">Lorem.</a>
<p class='blue'>Other text</p>
.grey{
float:right;
}
.blue{
float:left;
background-color: blue;
};