how to show anchor tag syntax in pre tag in jquery code example
Example: adding pre tag javascript
<Card>
<CardHeader title="Output" />
<CardContent>
<pre style={{ backgroundColor: "white" }}>{JSON.stringify(values, null, 2)}</pre>
</CardContent>
</Card>