body { font-family: "sans-serif"; } textarea { margin-bottom: 4px; } :global .preview { background-color: chartreuse; /* overflow: visible; */ width: 80px; height: 40px; } :global .previewContents { /* NOTE: *Must* be a block element for ResizeObserver to work */ display: inline-block; background-color: beige; width: max-content; white-space: pre-line; }