<button ... aria-current={currentPageNumber === i + 1 && "page"} />
//index.css @layer base { button[aria-current='page']{ @apply bg-yellow-300 } }