JSFiddle - React, Tailwind, and code Playground

by Sebastian Kay

HTML

<div class="colormix"></div>

CSS

.colormix {
	width: 400px;
	height: 300px;
	background-color: color-mix(in srgb, hsl(190 40% 40%) 50%, black);
}