I'm currently developing a project in Next.js and I've added an iframe within a component. The issue I'm facing is that I need to customize the style of a specific div inside the iframe, but I'm having trouble targeting the div with the id "embed" once the iframe has loaded.
https://i.sstatic.net/ps5ve.png
Is there a way to select this div using React? I've attempted to use contentWindow without success.