0👍
Refer to: developer.mozilla.org
The aria-required attribute is used to indicate that user input is required on an element before a form can be submitted. This attribute can be used with any typical HTML form element. And <div>
tag is not a form element so it can not be used with aria attribute.
Source:stackexchange.com