return ( <div style={{ padding: 20 }}> <p style={{ fontSize: 30, fontWeight: "500" }}>Unwrap</p> <p style={{ marginBottom: 0 }}>Status : Not Whitelisted</p> <p style={{ marginBottom: 0 }}>Available : 1.000 GRANT</p> <p style={{ marginTop: 10 }}> Amount :{" "} <span style={{ padding: 5, border: "1px solid black", borderRadius: 20 }}> 5000 </span> </p> <p style={{ marginBottom: 0 }}>You{`'`}ll get : 400 Near</p> <p>Back to Treasury : 100 Near</p> <button>Unwrap</button> </div> );