JSFiddle - React, Tailwind, and code Playground

by nottrobin

HTML

<div>

CSS

div {
    width: 100px;
    height: 20px;
    background: linear-gradient(to left, #ff0000 50%, #0000ff 50%);
}