JSFiddle - React, Tailwind, and code Playground

by AlexandrAbakumov

HTML

<div style="background-color: lightpink;">
    <h2 style="background-color: white; margin: 0;">Header 2</h3>
    <div style="background-color: lightblue;">
        <h3 style="background-color: white; margin-top: 10px;">Header 3</h3>
    </div>
</div>