Reactjs – nextjs + svgr + tailwind – Add global styles for all svg icons
So, I'm using nextjs + svgr + tailwind in my app. I'm dynamically changing size and color of my svgs, but I also want to add "flex-shrink-0 fill-current" globally to all my icons. I want to render my icon with:…