Text Highlight

Highlighted/marked text component

Text Highlight

Highlighted/marked text component

Preview

This text has a highlighted portion in the middle.

View Code
<p class="text-gray-700 dark:text-gray-300">
    This text has a <mark class="bg-yellow-200 dark:bg-yellow-700 px-1 rounded">highlighted portion</mark> in the middle.
</p>