JSFiddle - React, Tailwind, and code Playground
HTML
<div style="background-color: black;"></div>
CSS
div[style] {
background-color: blue !important;
}
div {
height: 100px; width: 100px;
background-color: green !important;
}
<div style="background-color: black;"></div>
div[style] {
background-color: blue !important;
}
div {
height: 100px; width: 100px;
background-color: green !important;
}