JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 20" preserveAspectRatio="none">
                <defs>
                    <clipPath id="cut-off"><polygon points="0,20 1280,20 1280,0" /></clipPath>
                </defs>
                <polygon fill="red" stroke="red" stroke-width="10" points="0,20 1280,20 1280,0" clip-path="url(#cut-off)" />
            </svg>