JSFiddle - React, Tailwind, and code Playground

by kevinjazzmaster

HTML

<div class='container' >



<div class ='wpcf7-submit'>
click here
</div>


</div>

CSS

.container{
  width:200px;
  height:200px;
  background:red;
  position:relative;
  display:block;
  padding-top:100px
  
  
}

.wpcf7-submit{
  border:4px solid black;
  width:100px;
  height:100px;
  position:relative;
  display:block;
  background:yellow;
  color:black;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

JavaScript

document.querySelector('.wpcf7-submit').style.display ='none';