JSFiddle - React, Tailwind, and code Playground

by 蔡 育曄

HTML

<div style="background-color:pink;width:100%;height:100%;position:absolute">
<!--div style="background-color:pink;width:60vw;height:60vw;"-->
  <div style="background-color:yellow; width:50%; height:50%; position:absolute; left:25%;top:25%">
  <p style="position:relative;top:80%;left:50px">
  this is a test
  </p>
  </div>
</div>