JSFiddle - React, Tailwind, and code Playground
by secretgspot
HTML
<div id="test">test</div>
<div id="tesa">tesa</div>
CSS
#test {background: pink; width:50vw; height:45vmin;}
#tesa {background: red; width:50vw; height:45vmax;}
by secretgspot
<div id="test">test</div>
<div id="tesa">tesa</div>
#test {background: pink; width:50vw; height:45vmin;}
#tesa {background: red; width:50vw; height:45vmax;}