The Spinner's HTML element - can be used to manually insert the spinner into the DOM
HTMLElement
Adds the spinner to the given target element. If this instance is already spinning, it is automatically removed from its previous target by calling stop() internally.
Stops and removes the Spinner. Stopped spinners may be reused by calling spin() again.