JSFiddle - React, Tailwind, and code Playground

by Jammerwoch

HTML

<div id="zoom-test"></div>

CSS

#zoom-test {
    width: 100px;
    height: 100px;
    background-color: blue;
}

body {
    zoom: 25%;
}