JSFiddle - React, Tailwind, and code Playground

by quanqhuy188

HTML

<div id="content">
    <p>This is some content.</p>
</div>

CSS

html {
    height: 100%;
}

body {
    height: 100%;
    background: linear-gradient(90deg, pink 50%, cyan 50%);
}