JSFiddle - React, Tailwind, and code Playground
by laxmana
HTML
<div></div>
CSS
div {
width: 0;
height: 0;
border-width: 30px;
border-color: red blue green yellow;
border-style: solid;
}
by laxmana
<div></div>
div {
width: 0;
height: 0;
border-width: 30px;
border-color: red blue green yellow;
border-style: solid;
}