<div class="d-flex flex-row-reverse">
<div class="dropdown">
<a class="align-middle text-center btn btn-primary btn-lg" data-bs-toggle="dropdown">
Create
</a>
<div class="dropdown-menu dropdown-menu-end">
<div class="dropdown-item">
<div class="d-flex justify-content-start align-items-center">
<i class="material-icons me-1">business</i>
<span class="ellipsis">Create a workspace</span>
</div>
<div class="d-flex justify-content-between align-items-center mt-1">
<small class="text-muted">Set up projects, collaborate and manage billing.</small>
</div>
</div>
<div class="dropdown-item">
<div class="d-flex justify-content-start align-items-center">
<i aria-hidden="true" class="material-icons me-1">folder</i>
<span class="ellipsis">Create a project</span>
</div>
<div class="d-flex justify-content-between align-items-center mt-1">
<small class="text-muted">Work on your website translation.</small>
</div>
</div>
</div>
</div>
</div>