JSFiddle - React, Tailwind, and code Playground

HTML

<div class="mobile">Some mobile content</div>

CSS

@media (max-width: 1024px) {
.mobile{display: block;}
}

.mobile{display: none;}