// Add DOM element to Builder before container output (right after opening body tag)
function add_dom_element() {
	echo '<div class"custom-class></div>';
}
add_action('builder_layout_engine_render_container', 'add_dom_element' );

No longer using Builder. It was good while they kept it up to date. Not so much now.