JSFiddle - React, Tailwind, and code Playground

by David Thomas

HTML

<div></div>

CSS

div {
    float: left;
    border-width: 25px;
    border-style: solid;
    border-top-color: red;
    border-right-color: green;
    border-bottom-color: blue;
    border-left-color: yellow;
}