chromium/chrome/browser/resources/ash/settings/os_reset_page/os_powerwash_dialog_esim_item.html

<style include="settings-shared">
  div {
    color: var(--cr-primary-text-color);
    margin-top: 10px;
  }

  /* This id is in the string returned from getItemInnerHtml_() */
  #providerName {
    color: var(--cros-text-color-disabled);
  }
</style>
<div inner-h-t-m-l="[[getItemInnerHtml_(profileProperties_)]]">
</div>