Display html code, not the tags

You need to remove the esc_html(). The whole purpose of that function is to prevent text being interpreted as HTML.

do_shortcode( wpautop( $sectionData['left-content'] ) );