JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

HTML

<svg class="bottom" viewBox="0 0 1360 68">
                <polygon class="svg-grey" points="0,0 0,68 1360,68" />
                <polygon class="svg-blue" points="-20,69 1365,0 1365,69" />
            </svg>

CSS

.svg-white{
    fill: #fff;
}
.svg-grey{
	fill: #777E8D;
}
.svg-blue{
	fill: #3c475c;
}
.svg-grey-lite{
	fill: #EDF2F7;
}
.svg-grey{
  transition:all 2s;
}