JSFiddle - React, Tailwind, and code Playground

by kodjoe mambi

HTML

<div class="w-hide--md">

<div class="wl-top-menu">
<span class="text-ui-brand-color">FR</span>
</div>

<div class="horizontal-flow__section_2LL">
<span class="button__content_1_I">RÉSERVER</span>
</div>


</div>

CSS

.w-hide--md { display: none; }
.w-hide--md:first-child { display: block!important; }