It is A form with a required text area.
<form action="/action_page.php"> <textarea name="comment" required></textarea> <input type="submit"> </form>