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