JSFiddle - React, Tailwind, and code Playground
by tea4two
HTML
<p class="text">テスト</p>
CSS
@media (max-width: 768px) {
p {
background-color: yellow;
}
}
by tea4two
<p class="text">テスト</p>
@media (max-width: 768px) {
p {
background-color: yellow;
}
}