JSFiddle - React, Tailwind, and code Playground
by agib
HTML
<span class="float-right">span - Til højre?</span>
<br>
<div class="float-right">div - til højre?</div>
CSS
.float-right {
float: right;
}
by agib
<span class="float-right">span - Til højre?</span>
<br>
<div class="float-right">div - til højre?</div>
.float-right {
float: right;
}