JSFiddle - React, Tailwind, and code Playground
by ShaCP
HTML
<div>
<div>
</div>
</div>
CSS
div {
background-color: blue;
div {
width: 100px;
height: 100px;
background-color: rgb(from currentcolor r g b);
}
}
by ShaCP
<div>
<div>
</div>
</div>
div {
background-color: blue;
div {
width: 100px;
height: 100px;
background-color: rgb(from currentcolor r g b);
}
}