JSFiddle - React, Tailwind, and code Playground

by learningforever

HTML

<h2>나의 첫 번째 웹 페이지</h2>
<p>처음으로 작성하는 문단입니다.</p>

<button type="button" onclick="document.write(5 + 6)">시도하기</button>