Is there a way to create nodes that overlaps with each other to show there there is a "stack" of its type like that in the "attention is all you need" paper (maybe using Mermaid) or any other code-based methods?
An example:
If this is not possible with Mermaid, what libraries out there are available for this purpose (making graphs like this programmatically)?
I have tried python Diagrams library and mermaid so far. I played with the styling function of mermaid but unfruitful