Question from the Tailwind test

Given an element with multiple background colors, which color will be used?

Expert

Given an element

<div class="w-full h-36 bg-green-500 bg-yellow-500 bg-red-500">
</div>

What color will its background be?

Author: DamienStatus: PublishedQuestion passed 46 times
Edit
1
Community Evaluations
developer avatar
Grégory
27/04/2024
Question tricky mais cool, c'est important de savoir dans quel ordre est généré le CSS, surtout avec Tailwind.