Question from the Tailwind test

Create a red circle inside a green circle using Tailwind CSS

Easy

What will this code display?

<div class="w-fit h-fit rounded-full bg-green-500 p-4"> 
    <div
        class="rounded-full bg-red-500 w-24 h-24"
        id="green-circle"
    >  
    </div>
</div>
Author: DamienStatus: PublishedQuestion passed 111 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!