JSFiddle - React, Tailwind, and code Playground
by kpowz
CSS
ul > li {
--something-height: 50
}
ul > nth(li) {
--something-height: 75
}
ul > nth(3) {
--something-height: 107
}
height: cacl(100 - var(--something-height))
by kpowz
ul > li {
--something-height: 50
}
ul > nth(li) {
--something-height: 75
}
ul > nth(3) {
--something-height: 107
}
height: cacl(100 - var(--something-height))