Question from the Tailwind test

How to align 3 divs horizontally in Tailwind CSS

Hard

Given the following code:

<div class="flex flex-wrap justify-end flex-row-reverse">
    <div class="w-24 h-24 bg-gray-300"></div>
    <div class="w-24 h-24 bg-gray-300"></div>
    <div class="w-24 h-24 bg-gray-300"></div>
</div>

The gray blocks will be displayed...

Author: DamienStatus: PublishedQuestion passed 69 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!