next <CSS selector> which will scan the DOM forward for the first element that matches the given CSS selector. (e.g. next .error will target the closest following sibling element with error class)
[HTMX Reference](https://htmx.org/attributes/hx-target/)