Typically, for styles that have to be applied dynamically to HTML objects with JS, we set it as an attribute using "setAttribute()"
What about this "outline" CSS property? How can I set that onto an object with JS? Unless there is a way to dynamically add CSS to the document?