A
Anonymous
Admin Tags - Copy this React, Tailwind Component to your project
In this page use only this color #4b57ad , and heading of this page will be Tags , in this user can create a tag , where in input user have to enter the tag name , and submit button , and show tags in the table below and in table there should be 10 elements and give search functionality , and give edit and delete icons in action , for now use dummy data , routes i will provide later , function AdminTags() { return ( <div>AdminTags</div> ) } export default AdminTags
Prompt
