Make text un-highlightable using Tailwind
You can make text unable to be highlighted by using the tailwind class select-none
Example:
<div class="select-none">
You can't highlight/select me
</div>
Tweet
You can make text unable to be highlighted by using the tailwind class select-none
<div class="select-none">
You can't highlight/select me
</div>
Tweet