JSFiddle - React, Tailwind, and code Playground

HTML

<a href="http://www.example.com/content/" id="thisLink" target"_blank">Random text here</a>

CSS

#thisLink{
    text-decoration: none;
}