tooltip on background element

HTML

<svg width="300" height="300">
  <rect x="100" y="100" width="100" height="100" stroke="black" fill="green">
    <title>I'm a tootip</title>
    </rect>
    <rect x="150" y="150" width="150" height="150" stroke="red" stroke-width="3" fill="transparent"></rect>
</svg>