<svg
viewBox="0 0 100 100"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
className="ml-10 mt-12 justify-center w-[4.5rem] h-[4.5rem] 1000:h-40 1000:w-40 1000:ml-10 "
>
<polygon
fill="rgba(255, 255, 255, 0.5)"
fillOpacity=".3"
stroke="#C85083"
strokeWidth="3"
className="backdrop-blur-md"
points="50 1 95 25 95 75 50 99 5 75 5 25"
>
</polygon>
</svg>
Although I'm incorporating Tailwind into my project, the backdrop filter blur isn't working on my polygon shape. Any suggestions on how to fix this?