You will create a simple form with svelte's built-in form directives, we will explore using on:submit and bind:value in order to submit a form with data in it. For styling purposes, we'll be using Tailwind CSS.
on:submit
bind:value