JSFiddle - React, Tailwind, and code Playground

by naykris

HTML

<div class="two-colour-background">
    This is a div with multiple background colours.
</div>

CSS

.two-colour-background {
   /*  width: 100px; */
    height: 300px;
    background: red 0 0 no-repeat;
    background-size:30px 30px;
    background-repeat: no-repeat;
}