Next Future Image Rounded?

Using
next/future/image
with tailwindcss and can't get an image to round

<div className="flex items-stretch justify-center">
  <div className="not-prose relative flex-1">
    <Image src={guild.icon!} alt="" className="rounded-full object-contain" fill />
  </div>
  <h1 className="flex-[2]">{guild.name}</h1>
</div>
unknown.png
Was this page helpful?