JSFiddle - React, Tailwind, and code Playground

by Kelsey Williams

HTML

<div class="proof-of-insurance-icon">

</div>

CSS

.proof-of-insurance-icon {
          width: 20px;
          height: 20px;
          background: url("https://assets.homedepot-static.com/images/v1/proof-of-Insurance.svg");
          background-size: 20px;
        }