JSFiddle - React, Tailwind, and code Playground

HTML

<div><p></p></div>

CSS

*,:after,:before{position:absolute;width:20px;content:"";background:#fff}div{margin:250px;height:20px;border:2px solid;border-radius:20px}div:after{width:10px;height:10px;bottom:0px;right:-8px}p{top:7px;left:-6px;width:29px;height:2px;border:solid;border-width:2px 0;transform:skewX(-23deg);margin:0;background:0}p:before{width:2px;height:4px;bottom:-3px;left:-.5px}p:after{width:16px;height:16px;bottom:-3px;right:-8px}

JavaScript

document.getElementsByTagName('div')[0].style.transform='scale('+(prompt()/24)+')'