<section class="text-black bg-blue-100 shadow-2xl p-4 grid grid-cols-2 gap-4 rounded-md">
<article class="flex flex-col gap-4 bg-blue-300 rounded-md p-4">Lorem ipsum dolor sit amet.
<img src="https://picsum.photos/200" alt="random image" width="200" height="200" class="w-full rounded-md">
</article>
<div class="flex gap-4 flex-col justify-between">
<article class="bg-blue-300 rounded-md p-4">Lorem ipsum dolor sit amet.</article>
<article class="bg-blue-300 rounded-md p-4">Lorem ipsum dolor sit amet.</article>
<article class="bg-blue-300 rounded-md p-4">Lorem ipsum dolor sit amet.</article>
<article class="bg-blue-300 rounded-md p-4">Lorem ipsum dolor sit amet.</article>
</div>
</section>