Today I Learned

hashrocket A Hashrocket project

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>
See More #html-css TILs