How to pass reactive values to `ref`?
For example, inside a
<For> element, how would the ref handle using For's reactive index? Something like the code below (which doesn't work),