JSFiddle - React, Tailwind, and code Playground
HTML
<div id="something" onclick="javascript:somefunction();" >i am here</div>
CSS
div {
border:0;
background:none;
cursor :pointer;
width:100px;
height:100px
}
<div id="something" onclick="javascript:somefunction();" >i am here</div>
div {
border:0;
background:none;
cursor :pointer;
width:100px;
height:100px
}