Create a Todo List app
The component should let users add tasks and remove them.
Render an input field and a Submit button.
When the user clicks Submit:
Each task should display with a Delete button.
<input>
and <button>
elements.aria-label
.<ul>
with <li>
).