Hello, everyone! I need advice! I want to create a Twitter clone using only HTML/CSS/JavaScript. So, I found the HTML markup of the tweet section (in Twitter's UI), and there the tweet input field is implemented using div elements. But isn't the text input supposed to be a textarea? And if yes, shouldn't it be inside a form tag?