JSFiddle - React, Tailwind, and code Playground
by Cath_kb
HTML
<div class='div1'>div1</div>
<div class='div2'>div2</div>
CSS
body { color: red; }
.div1 { width: 100px; height: 200px; border: 5px solid; box-shadow: 0 0 5px; }
.div2 {
color: red;
border: 5px solid currentColor;
box-shadow: 0 0 5px currentColor;
color: black;
}