Does anyone know how to style this button?

I tried this which doesn't work quite as I expected
<a
  href={src}
  class="relative rounded-xl border-2 border-primary-800 bg-transparent px-7 py-1.5 font-display text-lg font-bold shadow-[5px_5px_#BDCE94]"
  >{title}
</a>
image.png
image.png
Was this page helpful?