JSFiddle - React, Tailwind, and code Playground

by anoopsuda

HTML

<button  *ngIf="contestDetails?.WellComeTitle && isElevateAwardsContest" class="btn-view ms-md-auto" (click)="navigateToMyIdeas()">View Your Nominations <img
                      src="../../../../../assets/images/ico-longarrow-rt.png" /></button>

CSS

.btn-view {
  width: 243px;
  height: 42px;
  border-radius: 50px;
  outline: 0;
  background: #fff;
  font-family: Graphik;
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #A100FF;
  padding: 8px 12px;
  border: solid 1px #eee;
}