<.select id="select-single-default">
  <%= Phoenix.HTML.Form.options_for_select([Italy: "Italy", Spain: "Spain", China: "China", Germany: "Germany"], "Italy") %>
</.select>