JSFiddle - React, Tailwind, and code Playground
by Bacher
HTML
<div class="lol lol_pep">
KEK
</div>
CSS
.lol {
color: red;
}
@media screen and (min-width: 200px) {
.lol {
color: blue;
}
}
.lol_pep {
color: yellow;
}
by Bacher
<div class="lol lol_pep">
KEK
</div>
.lol {
color: red;
}
@media screen and (min-width: 200px) {
.lol {
color: blue;
}
}
.lol_pep {
color: yellow;
}