JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<div class="embed dw-widget">

</div>

CSS

.embed.dw-widget {
  container: container / inline-size;
  background-color: red;
  width: 100%;
  height: 100px;
}

@container (max-width: 850px) {
  .embed.dw-widget {
    display: none;
  }
  
  }