JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

HTML

<div class="x" tabindex="0">Div</div>

CSS

.x  :focus-visible {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #007bff;
  pointer-events: none; /* Prevent interference with user actions */
}