JSFiddle - React, Tailwind, and code Playground

by Suryar Praveen

HTML

<div _ngcontent-serverapp-c1661878513="" class="contact-form-button__container gradient-bg">
  <div _ngcontent-serverapp-c1661878513="" class="contact-form-view-modal__container parentblock ng-star-inserted">
   
    <div _ngcontent-serverapp-c1661878513="" class="block">
     <h3 _ngcontent-serverapp-c1661878513="" class="contact-form-button__heading headingText ng-star-inserted"> Fill out this form for food information. </h3>
      <h4 _ngcontent-serverapp-c1661878513="" class="contact-form-button__heading blurbText"> Food is yummy. </h4>
    </div>
    <div _ngcontent-serverapp-c1661878513="" class="block">
      <h3 _ngcontent-serverapp-c1661878513="" class="contact-form-button__heading headingText ng-star-inserted"> Fill out this form for food information. </h3>
    </div>
  </div>
  
  </div>

CSS

.gradient-bg {

      background:
        linear-gradient(180deg,
          #f2f 0%,
          #fff 100%);


  }

  .gradient-bg::after {
    
      width: 52%;
      position: absolute;
      right: 0;
      top: 0;
      content: "";
      height: 100%;
      background-color: #fff;
      z-index: -1;
   
  }