A
Anonymous
Confirmation Box - Copy this React, Tailwind Component to your project
**Prompt:**-Create-a-fully-responsive-React-component-named-`ConfirmationBox`.-This-component-should-include:-1.-**Centered-Text:**-A-placeholder-text-(`Lorem-ipsum`)-displayed-in-the-center-of-a-styled-box.-2.-**Checkbox:**-At-the-bottom-of-the-text,-include-a-checkbox-labeled-*"I-have-read-and-agree."*-3.-**State-Handling:**-When-the-user-clicks-the-checkbox,-it-should-pass-a-`true`-or-`false`-value-to-the-parent-component-via-a-callback-function-(`onCheck`).-4.-**Styling:**-Ensure-the-component-is-visually-appealing-and-responsive-using-CSS-(preferably-with-Tailwind-CSS).-Provide-both-the-component-code-and-an-example-of-how-to-integrate-it-into-a-parent-component.
Prompt
