JSFiddle - React, Tailwind, and code Playground
by ponyspy
HTML
<div class="kv">iiii</div>
<div class="lk"></div>
CSS
.kv {
height: 10em;
width: 10em;
background: aliceblue;
font-size: 10%;
}
.lk {
height: 20em;
width: 20em;
background: #fc0;
font-size: 20%;
}