JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<div class="zornet_ru_element">
    <div class="zehfgsa">2</div>
  </div>

CSS

.zornet_ru_element {
    min-height: 20px;
    min-width: 30px;
    background: #999;
  }
  
  .zehfgsa {
    height:100%;
    background:lime;
  }