body

Since UXP v2.0

The body element of the plugin. When a plugin has multiple panels, the <body> tag represents the first panel's contents, and additional panels will have a <uxp-panel> element inserted into the DOM to represent their corresponding bodies.

See: https://developer.mozilla.org/en/docs/Web/HTML/Element/body

Example

<body>
    Hello, world
</body>