And how this compares with Tailwind CSS:

index.html

<div class="flex justify-center">
  <div class="w-4/5 border-8 border-blue-600 bg-red-600 hover:bg-yellow-400 p-5 shadow-2xl">The Best Div Ever</div>
</div>

5