JSFiddle - React, Tailwind, and code Playground

by JamesD

HTML

<div>My divider</div>

CSS

body { margin:0; /* This is used to reset any browser-default margins */ }

div {
    height:100vh;
    background:#f00;
    color:#fff;
}