JSFiddle - React, Tailwind, and code Playground

by Tsuneo Yoshioka

HTML

<body style="width: 1200px; height: 1600px;border: 1px solid red;font-size:100px;">
<div style="font-size: 10px;">
<div style="border: 0px solid black;display:inline-block;background-color: lightgray; padding: 1px 10px; margin-top: 2px;margin-bottom:0px;font-size:10px;">
hoge
</div>
</div>
<div style="background-color: green; width: 100px; height: 100px;">
fuga
</div>
</body>