JSFiddle - React, Tailwind, and code Playground

by RAX7

HTML

<div class="logo"></div>

CSS

.logo {
  width: 200px;
  height: 200px;
  background-color: #ffaec9;
  background-image:
    linear-gradient(180deg, #3f48cc 50%, transparent 50%),
    linear-gradient(90deg, #eeedef 50%, transparent 50%);
  border-radius: 10px;
}