Elements 17
Elements 17
=
<div class="py-3 px-4 bg-gray-200 w-full">
<div class="max-w-screen-xl mx-auto flex space-x-2 justify-between items-center">
<div class="flex space-x-2 justify-between">
<span class="bg-gray-600 text-white rounded-full px-2 text-sm">sale</span>
<span>Ham followed now ecstatic use speaking exercise may repeated.</span>
</div>
<button class="w-4 h-4">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-4">
<path fill-rule="evenodd" d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z" clip-rule="evenodd" />
</svg>
</button>
</div>
</div>