Just starting out as a web developer and running into some issues with Tailwind CSS. Here's what I'm trying to achieve: https://ibb.co/KL8cDR2
This is the code I have right now:
<div class="w-1/2 h-10 rounded-full bg-gray-400" style="background-color:red">404</div>
Unfortunately, it's not working as expected :( Can someone please guide me on how to fix this? I would really appreciate any help.