activeElement() returns document.activeElement — the currently
focused element, or null. It's a function so the value is read on
call rather than captured once. Part of pota/use/dom.
Takes no arguments.
Returns: Element | null — the currently focused element.