# jsx-a11y-x/prefer-tag-over-role 📝 Enforces using semantic DOM elements over the ARIA `role` property. Enforces using semantic DOM elements over the ARIA `role` property. ## Rule details This rule takes no arguments. ### Succeed ```jsx
```
### Fail
```jsx