Sadly, there's no Z-index for nodes that are Control type, like RichTextLabel.
However, we can use something like Node2D as a parent so that those Control nodes will be able to inherit its parent's Z-index.
So for your nodes, here's a sample scene structure:
World
Control (Node2D) (Edit the Z-index here)
Background (ColorRect)
Label (RichTextLabel)