<div class="w-full">
  <.inset_select id="inset-select-single-default" label="InsetSelect Label (required)">
    <%= Phoenix.HTML.Form.options_for_select(%{Italy: "Italy", Spain: "Spain", China: "China", Germany: "Germany"}, "Italy") %>
    <:hint>
    <.icon name="info" data-testid="inset-select-icon" />
    Informative hint</:hint>
  </.inset_select>
</div>