{}} tabIndex="0" />;
// In case of a conditional expression, there should be literals on both sides of ternary operator
{}} tabIndex="0" />;
```
### Succeed
```jsx
```
### Fail
```jsx
```
## Accessibility guidelines
- [WCAG 2.1.1](https://www.w3.org/WAI/WCAG21/Understanding/keyboard)
### Resources
- [Fundamental Keyboard Navigation Conventions](https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_generalnav)