{% if field.label and form_show_labels %}
{% endif %}
{% tailwind_field field "class" "border border-gray-300 rounded-lg rounded-r-none px-4 py-2 w-full focus:outline-none text-gray-700 border-r-0 leading-normal" %}
{{ buttons|safe }}
{% include 'tailwind/layout/help_text_and_errors.html' %}