JSFiddle - React, Tailwind, and code Playground

by istiq20

JavaScript

function Header() {
    return (
        <div>
            <h1>Tutorial Reactjs untuk Pemula</h1>
            <h2>Panduan step-by-step belajar Reactjs</h2>
        </div>
    );
}