JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  blurred borders
</div>

CSS

div {
  border: 1px solid black;
  transform: translateY(10.5px)
}