Code
Displays inline code using the native <code>
element.
Default
console.log("hello")
<code>console.log("hello")</code>
Inline
When nested inside a paragraph, <code> is styled
automatically without any class names.
Use border-radius to round the corners of an element.
<p>Use <code>border-radius</code> to round the corners of an element.</p>