I have the HTML:
I get also stuck with this... so here is my sollution
I had this Before and want this After
HTML looks like this
CSS looks like this
.restaurant-thumbnail__tags {
direction: rtl;
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.restaurant-thumbnail__tags li {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}