JSFiddle - React, Tailwind, and code Playground

by ChangJoo Park

HTML

<div>
  Hello World
</div>
<dialog open style="width: 100%; height: 100%; position: fixed; top:0; left: 0;">
  <p>여러분 안녕하세요!</p>
  <button>asdfasdf</button>
</dialog>