JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<div>testing</div>

CSS

div {
  border-width: 30px;
  border-style: solid;
  border-image: linear-gradient(90deg, #f6b73c, #4d9f0c) 1;
}