JSFiddle - React, Tailwind, and code Playground

by Tsuneo Yoshioka

HTML

<html style="width: 100%; height: 100%;">

<body style="background-color:red; width:100%; height:100%;">
  <div style="background-color: green; width: 100%;  height:100%;">
    hoge2
  </div>
hoge
</body>
</html>