<%= form_with model: @micropost, id: "micropost_form" do |f| %>

<%= title %>

<%= f.rich_text_area :content %> <%= text_field_tag :tags, tag_string(@micropost) %> <%= f.submit button_text %> <% end %>