A
Anonymous
Product Showcase - Copy this React, Tailwind Component to your project
Please add more funcitionlity on it. .container { display: flex; justify content: center; padding: 16px; margin: 16px; } .btn { padding: 10px; border radius: 4px; margin: 16px; } </style> <body> <div class="container"> <button class="btn">Button 1</button> <button class="btn">Button 2</button> <button class="btn">Button 3</button> <button class="btn">Button 4</button> </div> </body>
Prompt
