Simple plugin that enables easy inline styling for all Element instances,
specificially targeted for MathML elements who lack the .style
interface.
npm install --save-dev style-element-instance
import { setStyle } from "style-element-instance";
setStyle(document.body, "background", "green");