Hi all, i know this is probably super dum, but idk how to do this. How do I pass this inner thing?
<MyButton>Pass This</MyButton>
and MyButton is this:
function Button() {
return (
<div className="bg-blue-300"><h1>I want the text here, but dont know how</h1></div>
);
}
how do i have the props passed to there, even if i want to add other props