<div class="flex justify-between">
<div class="text-4xl text-white-100 bg-blue-500">Item 1</div>
<div class="text-4xl text-gray-100 bg-red-400">Item 2</div>
<div class="text-4xl text-white-100 bg-green-300">Item 3</div>
<div class="text-4xl text-gray-100 bg-sky-200">Item 4</div>
<div class="text-4xl text-yellow-100 bg-red-300">Item 5</div>
<div class="text-4xl text-yellow-100 bg-red-300 grayscale-50">Item 6</div>
</div>