JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div {
    width: 100px;
    height: 100px;
    border-left: 10px solid;
    border-image: linear-gradient(#00f,#000) 0 100%;
}