JSFiddle - React, Tailwind, and code Playground
HTML
<div>Testing border</div>
CSS
body {
background: blue;
}
div {
display: inline-block;
padding: 20px;
margin: 20px;
background: yellow;
border: solid 5px rgba(0,0,0,1);
}