我知道 TailwindCSS 有group要使用的类,但这仅用于当父元素激活某些事件时更改子元素的样式,但我希望反之亦然。
<div class="parent"> <!-- border color should be red when child is focused -->
<img class="icon">
<input class="child" type="text">
</div>
Run Code Online (Sandbox Code Playgroud)
而且我不想重写 css 类。只需使用 TailwindCSS。