flex-row-reverse
The class flex-row-reverse is a Tailwind CSS class, part of the flex direction classes in the category flexbox & grid.
Example usage
The following code is an example on how to use the class flex-row-reverse.
The above code produces the following result:
A
B
C
Resulting CSS
flex-direction: row-reverse;