Given makup that looks like this:
<div>
<span> a </span>
<span class="oddOneOut"> [XYZ] </span>
<span> b </span>
<span> c </span>
</div>
Is there a way to, using just CSS, force the [XYZ] node to always appear as the last item, on the bottom right, like in the following examples?
+--------------+
| a b c [XYZ] |
+--------------+
+--------------+
| a b c d e f g|
| h i [XYZ] |
+--------------+
If there is no straightfoward solution I would also be interested in other ways to achieve the same effect