Flexbox system
Preview
w-1/2 (50%)
w-1/2 (50%)
Code
<div class="flex gap-4 mb-8">
<div class="w-1/2 bg-blue-500 p-6 rounded-lg text-white font-bold text-center">
w-1/2 (50%)
</div>
<div class="w-1/2 bg-red-500 p-6 rounded-lg text-white font-bold text-center">
w-1/2 (50%)
</div>
</div>