JSFiddle - React, Tailwind, and code Playground

by doug65536

HTML

<div>Hello</div>

CSS

body {
    position: relative;
    margin: 8px;
    width: calc(200% - 32px);
}
div {
    border: solid black 1px;
}

JavaScript

$('body').css('transform', 'scale(0.5)').css('transform-origin', '0 0');