Easy
Given the code
<div class="flex flex-row">
<div class="flex flex-col-reverse">
<div class="bg-red-200 w-64">A</div>
<div class="bg-green-200 w-64">B</div>
</div>
</div>
How will the elements A and B be positioned?
Author: DamienStatus: PublishedQuestion passed 14 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
2
How to set a background color with an opacity in Tailwind CSS2
Override the media queries defined by default by Tailwind2
How to make an element blurry in Tailwind CSS2
What is the role of the `container` class in Tailwind CSS?5
What is the name of the Tailwind CSS SVG icon library?5
How to optimize scroll management in Tailwind CSS for a list of icons displayed horizontally?3
How to align 3 divs horizontally in Tailwind CSS