JSFiddle - React, Tailwind, and code Playground

by taffrail

HTML

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fxi-1NchUqMA%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dxi-1NchUqMA&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fxi-1NchUqMA%2Fhqdefault.jpg&key=internal&type=text%2Fhtml&schema=youtube" width="500" height="281" scrolling="no" title="YouTube embed" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="true"></iframe>

JavaScript

/* const t = {
  "type": "video",
  "url": "http://www.youtube.com/watch?v=jofNR_WkoCE",
  "provider_name": "YouTube",
  "provider_url": "https://www.youtube.com/", 
  "title": "Ylvis - The Fox (What Does The Fox Say?) [Official music video HD]",
  "description": "iTunes: http://smarturl.it/YlvisFox Fra I kveld med Y...", 
  "author_name": "TVNorge",
  "author_url": "https://www.youtube.com/user/tvnorge",
  "html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FjofNR_WkoCE%3Ffeature%3Doembed&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DjofNR_WkoCE&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FjofNR_WkoCE%2Fhqdefault.jpg&key=internal&type=text%2Fhtml&schema=youtube\" width=\"854\" height=\"480\" scrolling=\"no\" frameborder=\"0\" allowfullscreen></iframe>",
  "width": 854,
  "height": 480, 
  "thumbnail_url": "https://i.ytimg.com/vi/jofNR_WkoCE/hqdefault.jpg", 
  "thumbnail_width": 480,
  "thumbnail_height": 360,
  "version": "1.0"
}
$("body").html(t.html) */