Liveview click event not triggering

Can you click an li? Does using an anchor tag work?

<li>
  <a 
      phx-click="select-item"
      phx-value-option-index="<%= index %>" 
      phx-target="<%= @myself %>"
  >
    <%= option %>
  </a>
</li>