Question from the Tailwind test

How to position elements A and B vertically in Tailwind CSS

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 3 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!