Drupal render arrays allowing html markup -- allowed tags

Submitted by barnettech on
    $html = 'globe ';
    $html2 = '';
    return array(
      '#markup' => $html . $html2 . $html3 . $html4 . $html5 . $html6 . $html7,
      '#allowed_tags' => ['img', 'select', 'option'],
    );