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;
}
<a href="http://www.example.com/content/" id="thisLink" target"_blank">Random text here</a>
#thisLink{
text-decoration: none;
}